Html Css Color HEX #760166 Purple

📋 copy color: '#760166'

red 118 ◦ green 1 ◦ blue 102

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

Shades of Purple #760166

Tints of Purple #760166

RGB

 RED value IS 118 (46.48% from 255) = 53.39%

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

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

R = 53.39%
G = 0.45%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760166 (or 0x760166) is known color: Purple. HEX triplet: 76, 01 and 66. RGB value is (118,1,102). Sum of RGB (Red+Green+Blue) = 118+1+102=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760166 is #89FE99. Grayscale: #2F2F2F. Windows color (decimal): -9043610 or 6685046. OLE color: 6685046.

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

Color convert

RGB 118 1 102 -
CMYK 0 0.99 0.14 0.54
HSL 308.21º 0.98% 0.23% -
HSV(B) 308.21º 0.99% 0.46% -
XYZ 9.88 4.83 12.98 -
YUV 47.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 118 1 102 0 0.99 0.14 0.54 308.21 0.98 0.23
Hex 76 1 66 0 63 E 36 134 62 17
Octal 166 1 146 0 143 16 66 464 142 27
Binary 1110110 1 1100110 0 1100011 1110 110110 100110100 1100010 10111

Color Harmonies of #760166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760166

Black with #760166

Text Example


Text Example

White with #760166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760166; }

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

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

background-color css

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

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

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

border-color css

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

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

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