Html Css Color HEX #760666 Purple

📋 copy color: '#760666'

red 118 ◦ green 6 ◦ blue 102

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

Shades of Purple #760666

Tints of Purple #760666

RGB

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

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

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

R = 52.21%
G = 2.65%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760666 (or 0x760666) is known color: Purple. HEX triplet: 76, 06 and 66. RGB value is (118,6,102). Sum of RGB (Red+Green+Blue) = 118+6+102=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760666 is #89F999. Grayscale: #323232. Windows color (decimal): -9042330 or 6686326. OLE color: 6686326.

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

Color convert

RGB 118 6 102 -
CMYK 0 0.95 0.14 0.54
HSL 308.57º 0.9% 0.24% -
HSV(B) 308.57º 0.95% 0.46% -
XYZ 9.93 4.94 13 -
YUV 50.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 118 6 102 0 0.95 0.14 0.54 308.57 0.9 0.24
Hex 76 6 66 0 5F E 36 135 5A 18
Octal 166 6 146 0 137 16 66 465 132 30
Binary 1110110 110 1100110 0 1011111 1110 110110 100110101 1011010 11000

Color Harmonies of #760666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760666

Black with #760666

Text Example


Text Example

White with #760666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760666; }

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

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

background-color css

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

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

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

border-color css

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

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

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