Html Css Color HEX #710B66 Palatinate Purple

📋 copy color: '#710B66'

red 113 ◦ green 11 ◦ blue 102

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

Shades of Palatinate Purple #710B66

Tints of Palatinate Purple #710B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

 BLUE value IS 102 (40.23% from 255) = 45.13%

R = 50%
G = 4.87%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710B66 (or 0x710B66) is known color: Palatinate Purple. HEX triplet: 71, 0B and 66. RGB value is (113,11,102). Sum of RGB (Red+Green+Blue) = 113+11+102=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #710B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B66 is #8EF499. Grayscale: #333333. Windows color (decimal): -9368730 or 6687601. OLE color: 6687601.

HSL color Cylindrical-coordinate representation of color #710B66: hue angle of 306.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B66 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 102 -
CMYK 0 0.90 0.10 0.56
HSL 306.47º 0.82% 0.24% -
HSV(B) 306.47º 0.9% 0.44% -
XYZ 9.33 4.71 12.99 -
YUV 51.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 113 11 102 0 0.90 0.10 0.56 306.47 0.82 0.24
Hex 71 B 66 0 5A A 38 132 52 18
Octal 161 13 146 0 132 12 70 462 122 30
Binary 1110001 1011 1100110 0 1011010 1010 111000 100110010 1010010 11000

Color Harmonies of #710B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B66

Black with #710B66

Text Example


Text Example

White with #710B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,102); }

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

background-color css

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

 a { background-color: rgb(113,11,102); }

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

border-color css

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

 span { border-color: rgb(113,11,102); }

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