Html Css Color HEX #710966 Purple

📋 copy color: '#710966'

red 113 ◦ green 9 ◦ blue 102

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

Shades of Purple #710966

Tints of Purple #710966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 50.45%
G = 4.02%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710966 (or 0x710966) is known color: Purple. HEX triplet: 71, 09 and 66. RGB value is (113,9,102). Sum of RGB (Red+Green+Blue) = 113+9+102=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #710966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710966 is #8EF699. Grayscale: #323232. Windows color (decimal): -9369242 or 6687089. OLE color: 6687089.

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

Color convert

RGB 113 9 102 -
CMYK 0 0.92 0.10 0.56
HSL 306.35º 0.85% 0.24% -
HSV(B) 306.35º 0.92% 0.44% -
XYZ 9.31 4.67 12.98 -
YUV 50.7 156.96 172.44 -
System Red Green Blue C M Y K H S L
Decimal 113 9 102 0 0.92 0.10 0.56 306.35 0.85 0.24
Hex 71 9 66 0 5C A 38 132 55 18
Octal 161 11 146 0 134 12 70 462 125 30
Binary 1110001 1001 1100110 0 1011100 1010 111000 100110010 1010101 11000

Color Harmonies of #710966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710966

Black with #710966

Text Example


Text Example

White with #710966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710966; }

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

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

background-color css

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

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

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

border-color css

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

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

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