Html Css Color HEX #76006E Purple

📋 copy color: '#76006E'

red 118 ◦ green 0 ◦ blue 110

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

Shades of Purple #76006E

Tints of Purple #76006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 48.25%

R = 51.75%
G = 0%
B = 48.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76006E (or 0x76006E) is known color: Purple. HEX triplet: 76, 00 and 6E. RGB value is (118,0,110). Sum of RGB (Red+Green+Blue) = 118+0+110=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76006E is #89FF91. Grayscale: #2F2F2F. Windows color (decimal): -9043858 or 7209078. OLE color: 7209078.

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

Color convert

RGB 118 0 110 -
CMYK 0 1 0.07 0.54
HSL 304.07º 1% 0.23% -
HSV(B) 304.07º 1% 0.46% -
XYZ 10.29 4.98 15.17 -
YUV 47.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 118 0 110 0 1 0.07 0.54 304.07 1 0.23
Hex 76 0 6E 0 64 7 36 130 64 17
Octal 166 0 156 0 144 7 66 460 144 27
Binary 1110110 0 1101110 0 1100100 111 110110 100110000 1100100 10111

Color Harmonies of #76006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76006E

Black with #76006E

Text Example


Text Example

White with #76006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76006E; }

 p { color: rgb(118,0,110); }

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

background-color css

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

 a { background-color: rgb(118,0,110); }

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

border-color css

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

 span { border-color: rgb(118,0,110); }

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