Html Css Color HEX #77026E Purple

📋 copy color: '#77026E'

red 119 ◦ green 2 ◦ blue 110

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

Shades of Purple #77026E

Tints of Purple #77026E

RGB

 RED value IS 119 (46.88% from 255) = 51.52%

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

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

R = 51.52%
G = 0.87%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77026E (or 0x77026E) is known color: Purple. HEX triplet: 77, 02 and 6E. RGB value is (119,2,110). Sum of RGB (Red+Green+Blue) = 119+2+110=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77026E is #88FD91. Grayscale: #303030. Windows color (decimal): -8977810 or 7209591. OLE color: 7209591.

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

Color convert

RGB 119 2 110 -
CMYK 0 0.98 0.08 0.53
HSL 304.62º 0.97% 0.24% -
HSV(B) 304.62º 0.98% 0.47% -
XYZ 10.44 5.09 15.18 -
YUV 49.3 162.26 177.72 -
System Red Green Blue C M Y K H S L
Decimal 119 2 110 0 0.98 0.08 0.53 304.62 0.97 0.24
Hex 77 2 6E 0 62 8 35 131 61 18
Octal 167 2 156 0 142 10 65 461 141 30
Binary 1110111 10 1101110 0 1100010 1000 110101 100110001 1100001 11000

Color Harmonies of #77026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77026E

Black with #77026E

Text Example


Text Example

White with #77026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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