Html Css Color HEX #77028C Purple

📋 copy color: '#77028C'

red 119 ◦ green 2 ◦ blue 140

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

Shades of Purple #77028C

Tints of Purple #77028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 45.59%
G = 0.77%
B = 53.64%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77028C (or 0x77028C) is known color: Purple. HEX triplet: 77, 02 and 8C. RGB value is (119,2,140). Sum of RGB (Red+Green+Blue) = 119+2+140=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #77028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77028C is #88FD73. Grayscale: #343434. Windows color (decimal): -8977780 or 9175671. OLE color: 9175671.

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

Color convert

RGB 119 2 140 -
CMYK 0.15 0.99 0 0.45
HSL 290.87º 0.97% 0.28% -
HSV(B) 290.87º 0.99% 0.55% -
XYZ 12.36 5.86 25.29 -
YUV 52.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 119 2 140 0.15 0.99 0 0.45 290.87 0.97 0.28
Hex 77 2 8C F 63 0 2D 123 61 1C
Octal 167 2 214 17 143 0 55 443 141 34
Binary 1110111 10 10001100 1111 1100011 0 101101 100100011 1100001 11100

Color Harmonies of #77028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77028C

Black with #77028C

Text Example


Text Example

White with #77028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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