Html Css Color HEX #76026A Purple

📋 copy color: '#76026A'

red 118 ◦ green 2 ◦ blue 106

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

Shades of Purple #76026A

Tints of Purple #76026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.9%

R = 52.21%
G = 0.88%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76026A (or 0x76026A) is known color: Purple. HEX triplet: 76, 02 and 6A. RGB value is (118,2,106). Sum of RGB (Red+Green+Blue) = 118+2+106=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #76026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76026A is #89FD95. Grayscale: #303030. Windows color (decimal): -9043350 or 6947446. OLE color: 6947446.

HSL color Cylindrical-coordinate representation of color #76026A: hue angle of 306.21º 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 #76026A is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 106 -
CMYK 0 0.98 0.10 0.54
HSL 306.21º 0.97% 0.24% -
HSV(B) 306.21º 0.98% 0.46% -
XYZ 10.09 4.94 14.06 -
YUV 48.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 118 2 106 0 0.98 0.10 0.54 306.21 0.97 0.24
Hex 76 2 6A 0 62 A 36 132 61 18
Octal 166 2 152 0 142 12 66 462 141 30
Binary 1110110 10 1101010 0 1100010 1010 110110 100110010 1100001 11000

Color Harmonies of #76026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76026A

Black with #76026A

Text Example


Text Example

White with #76026A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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