Html Css Color HEX #710866 Purple

📋 copy color: '#710866'

red 113 ◦ green 8 ◦ blue 102

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

Shades of Purple #710866

Tints of Purple #710866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

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

R = 50.67%
G = 3.59%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710866 (or 0x710866) is known color: Purple. HEX triplet: 71, 08 and 66. RGB value is (113,8,102). Sum of RGB (Red+Green+Blue) = 113+8+102=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #710866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710866 is #8EF799. Grayscale: #313131. Windows color (decimal): -9369498 or 6686833. OLE color: 6686833.

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

Color convert

RGB 113 8 102 -
CMYK 0 0.93 0.10 0.56
HSL 306.29º 0.87% 0.24% -
HSV(B) 306.29º 0.93% 0.44% -
XYZ 9.3 4.64 12.98 -
YUV 50.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 113 8 102 0 0.93 0.10 0.56 306.29 0.87 0.24
Hex 71 8 66 0 5D A 38 132 57 18
Octal 161 10 146 0 135 12 70 462 127 30
Binary 1110001 1000 1100110 0 1011101 1010 111000 100110010 1010111 11000

Color Harmonies of #710866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710866

Black with #710866

Text Example


Text Example

White with #710866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710866; }

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

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

background-color css

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

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

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

border-color css

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

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

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