Html Css Color HEX #79027C Purple

📋 copy color: '#79027C'

red 121 ◦ green 2 ◦ blue 124

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

Shades of Purple #79027C

Tints of Purple #79027C

RGB

 RED value IS 121 (47.66% from 255) = 48.99%

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

 BLUE value IS 124 (48.83% from 255) = 50.2%

R = 48.99%
G = 0.81%
B = 50.2%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79027C (or 0x79027C) is known color: Purple. HEX triplet: 79, 02 and 7C. RGB value is (121,2,124). Sum of RGB (Red+Green+Blue) = 121+2+124=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #79027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79027C is #86FD83. Grayscale: #333333. Windows color (decimal): -8846724 or 8127097. OLE color: 8127097.

HSL color Cylindrical-coordinate representation of color #79027C: hue angle of 298.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79027C is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 2 124 -
CMYK 0.02 0.98 0 0.51
HSL 298.52º 0.97% 0.25% -
HSV(B) 298.52º 0.98% 0.49% -
XYZ 11.54 5.56 19.53 -
YUV 51.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 121 2 124 0.02 0.98 0 0.51 298.52 0.97 0.25
Hex 79 2 7C 2 62 0 33 12B 61 19
Octal 171 2 174 2 142 0 63 453 141 31
Binary 1111001 10 1111100 10 1100010 0 110011 100101011 1100001 11001

Color Harmonies of #79027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79027C

Black with #79027C

Text Example


Text Example

White with #79027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,2,124); }

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

background-color css

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

 a { background-color: rgb(121,2,124); }

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

border-color css

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

 span { border-color: rgb(121,2,124); }

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