Html Css Color HEX #710F6A Palatinate Purple

📋 copy color: '#710F6A'

red 113 ◦ green 15 ◦ blue 106

#710F6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #710F6A

Tints of Palatinate Purple #710F6A

RGB

 RED value IS 113 (44.53% from 255) = 48.29%

 GREEN value IS 15 (6.25% from 255) = 6.41%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 48.29%
G = 6.41%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#710F6A (or 0x710F6A) is known color: Palatinate Purple. HEX triplet: 71, 0F and 6A. RGB value is (113,15,106). Sum of RGB (Red+Green+Blue) = 113+15+106=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #710F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F6A is #8EF095. Grayscale: #363636. Windows color (decimal): -9367702 or 6950769. OLE color: 6950769.

HSL color Cylindrical-coordinate representation of color #710F6A: hue angle of 304.29º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F6A is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 15 106 -
CMYK 0 0.87 0.06 0.56
HSL 304.29º 0.77% 0.25% -
HSV(B) 304.29º 0.87% 0.44% -
XYZ 9.58 4.89 14.08 -
YUV 54.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 113 15 106 0 0.87 0.06 0.56 304.29 0.77 0.25
Hex 71 F 6A 0 57 6 38 130 4D 19
Octal 161 17 152 0 127 6 70 460 115 31
Binary 1110001 1111 1101010 0 1010111 110 111000 100110000 1001101 11001

Color Harmonies of #710F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F6A

Black with #710F6A

Text Example


Text Example

White with #710F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710F6A; }

 p { color: rgb(113,15,106); }

 H1.HeaderClassName
 {
   color: #710F6A;
 }
 .AnyTagClassName
 {
   color: #710F6A;
 }
</style>

background-color css

<style>
 a { background-color: #710F6A; }

 a { background-color: rgb(113,15,106); }

 div.DivClassName
 {
   background-color: #710F6A;
 }
 .BgClassName
 {
   background-color: #710F6A;
 }
</style>

border-color css

<style>
 span { border-color: #710F6A; }

 span { border-color: rgb(113,15,106); }

 td.TdClassName
 {
   border-color: #710F6A;
 }
 .TagClassName
 {
   border-color: #710F6A;
 }
</style>