Html Css Color HEX #710166 Purple

📋 copy color: '#710166'

red 113 ◦ green 1 ◦ blue 102

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

Shades of Purple #710166

Tints of Purple #710166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 52.31%
G = 0.46%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#710166 (or 0x710166) is known color: Purple. HEX triplet: 71, 01 and 66. RGB value is (113,1,102). Sum of RGB (Red+Green+Blue) = 113+1+102=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710166 is #8EFE99. Grayscale: #2D2D2D. Windows color (decimal): -9371290 or 6685041. OLE color: 6685041.

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

Color convert

RGB 113 1 102 -
CMYK 0 0.99 0.10 0.56
HSL 305.89º 0.98% 0.22% -
HSV(B) 305.89º 0.99% 0.44% -
XYZ 9.22 4.49 12.95 -
YUV 46 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 113 1 102 0 0.99 0.10 0.56 305.89 0.98 0.22
Hex 71 1 66 0 63 A 38 132 62 16
Octal 161 1 146 0 143 12 70 462 142 26
Binary 1110001 1 1100110 0 1100011 1010 111000 100110010 1100010 10110

Color Harmonies of #710166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710166

Black with #710166

Text Example


Text Example

White with #710166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710166; }

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

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

background-color css

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

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

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

border-color css

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

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

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