Html Css Color HEX #770166 Purple

📋 copy color: '#770166'

red 119 ◦ green 1 ◦ blue 102

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

Shades of Purple #770166

Tints of Purple #770166

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

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

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

R = 53.6%
G = 0.45%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#770166 (or 0x770166) is known color: Purple. HEX triplet: 77, 01 and 66. RGB value is (119,1,102). Sum of RGB (Red+Green+Blue) = 119+1+102=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #770166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770166 is #88FE99. Grayscale: #2F2F2F. Windows color (decimal): -8978074 or 6685047. OLE color: 6685047.

HSL color Cylindrical-coordinate representation of color #770166: hue angle of 308.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770166 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 102 -
CMYK 0 0.99 0.14 0.53
HSL 308.64º 0.98% 0.24% -
HSV(B) 308.64º 0.99% 0.47% -
XYZ 10.02 4.9 12.99 -
YUV 47.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 119 1 102 0 0.99 0.14 0.53 308.64 0.98 0.24
Hex 77 1 66 0 63 E 35 135 62 18
Octal 167 1 146 0 143 16 65 465 142 30
Binary 1110111 1 1100110 0 1100011 1110 110101 100110101 1100010 11000

Color Harmonies of #770166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770166

Black with #770166

Text Example


Text Example

White with #770166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770166; }

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

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

background-color css

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

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

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

border-color css

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

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

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