Html Css Color HEX #76096E Purple

📋 copy color: '#76096E'

red 118 ◦ green 9 ◦ blue 110

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

Shades of Purple #76096E

Tints of Purple #76096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 49.79%
G = 3.8%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76096E (or 0x76096E) is known color: Purple. HEX triplet: 76, 09 and 6E. RGB value is (118,9,110). Sum of RGB (Red+Green+Blue) = 118+9+110=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76096E is #89F691. Grayscale: #343434. Windows color (decimal): -9041554 or 7211382. OLE color: 7211382.

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

Color convert

RGB 118 9 110 -
CMYK 0 0.92 0.07 0.54
HSL 304.4º 0.86% 0.25% -
HSV(B) 304.4º 0.92% 0.46% -
XYZ 10.38 5.17 15.2 -
YUV 53.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 118 9 110 0 0.92 0.07 0.54 304.4 0.86 0.25
Hex 76 9 6E 0 5C 7 36 130 56 19
Octal 166 11 156 0 134 7 66 460 126 31
Binary 1110110 1001 1101110 0 1011100 111 110110 100110000 1010110 11001

Color Harmonies of #76096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76096E

Black with #76096E

Text Example


Text Example

White with #76096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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