Html Css Color HEX #76026E Purple

📋 copy color: '#76026E'

red 118 ◦ green 2 ◦ blue 110

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

Shades of Purple #76026E

Tints of Purple #76026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 51.3%
G = 0.87%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76026E (or 0x76026E) is known color: Purple. HEX triplet: 76, 02 and 6E. RGB value is (118,2,110). Sum of RGB (Red+Green+Blue) = 118+2+110=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76026E is #89FD91. Grayscale: #303030. Windows color (decimal): -9043346 or 7209590. OLE color: 7209590.

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

Color convert

RGB 118 2 110 -
CMYK 0 0.98 0.07 0.54
HSL 304.14º 0.97% 0.24% -
HSV(B) 304.14º 0.98% 0.46% -
XYZ 10.31 5.02 15.18 -
YUV 49 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 118 2 110 0 0.98 0.07 0.54 304.14 0.97 0.24
Hex 76 2 6E 0 62 7 36 130 61 18
Octal 166 2 156 0 142 7 66 460 141 30
Binary 1110110 10 1101110 0 1100010 111 110110 100110000 1100001 11000

Color Harmonies of #76026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76026E

Black with #76026E

Text Example


Text Example

White with #76026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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