Html Css Color HEX #710666 Purple

📋 copy color: '#710666'

red 113 ◦ green 6 ◦ blue 102

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

Shades of Purple #710666

Tints of Purple #710666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 51.13%
G = 2.71%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710666 (or 0x710666) is known color: Purple. HEX triplet: 71, 06 and 66. RGB value is (113,6,102). Sum of RGB (Red+Green+Blue) = 113+6+102=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #710666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710666 is #8EF999. Grayscale: #303030. Windows color (decimal): -9370010 or 6686321. OLE color: 6686321.

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

Color convert

RGB 113 6 102 -
CMYK 0 0.95 0.10 0.56
HSL 306.17º 0.9% 0.23% -
HSV(B) 306.17º 0.95% 0.44% -
XYZ 9.27 4.6 12.97 -
YUV 48.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 113 6 102 0 0.95 0.10 0.56 306.17 0.9 0.23
Hex 71 6 66 0 5F A 38 132 5A 17
Octal 161 6 146 0 137 12 70 462 132 27
Binary 1110001 110 1100110 0 1011111 1010 111000 100110010 1011010 10111

Color Harmonies of #710666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710666

Black with #710666

Text Example


Text Example

White with #710666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710666; }

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

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

background-color css

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

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

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

border-color css

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

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

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