Html Css Color HEX #77028E Purple

📋 copy color: '#77028E'

red 119 ◦ green 2 ◦ blue 142

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

Shades of Purple #77028E

Tints of Purple #77028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 45.25%
G = 0.76%
B = 53.99%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77028E (or 0x77028E) is known color: Purple. HEX triplet: 77, 02 and 8E. RGB value is (119,2,142). Sum of RGB (Red+Green+Blue) = 119+2+142=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #77028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77028E is #88FD71. Grayscale: #343434. Windows color (decimal): -8977778 or 9306743. OLE color: 9306743.

HSL color Cylindrical-coordinate representation of color #77028E: hue angle of 290.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #77028E is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 2 142 -
CMYK 0.16 0.99 0 0.44
HSL 290.14º 0.97% 0.28% -
HSV(B) 290.14º 0.99% 0.56% -
XYZ 12.51 5.92 26.07 -
YUV 52.94 178.26 175.12 -
System Red Green Blue C M Y K H S L
Decimal 119 2 142 0.16 0.99 0 0.44 290.14 0.97 0.28
Hex 77 2 8E 10 63 0 2C 122 61 1C
Octal 167 2 216 20 143 0 54 442 141 34
Binary 1110111 10 10001110 10000 1100011 0 101100 100100010 1100001 11100

Color Harmonies of #77028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77028E

Black with #77028E

Text Example


Text Example

White with #77028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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