Html Css Color HEX #79007C Purple

📋 copy color: '#79007C'

red 121 ◦ green 0 ◦ blue 124

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

Shades of Purple #79007C

Tints of Purple #79007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.39%
G = 0%
B = 50.61%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#79007C (or 0x79007C) is known color: Purple. HEX triplet: 79, 00 and 7C. RGB value is (121,0,124). Sum of RGB (Red+Green+Blue) = 121+0+124=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #79007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79007C is #86FF83. Grayscale: #313131. Windows color (decimal): -8847236 or 8126585. OLE color: 8126585.

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

Color convert

RGB 121 0 124 -
CMYK 0.02 1 0 0.51
HSL 298.55º 1% 0.24% -
HSV(B) 298.55º 1% 0.49% -
XYZ 11.52 5.52 19.53 -
YUV 50.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 121 0 124 0.02 1 0 0.51 298.55 1 0.24
Hex 79 0 7C 2 64 0 33 12B 64 18
Octal 171 0 174 2 144 0 63 453 144 30
Binary 1111001 0 1111100 10 1100100 0 110011 100101011 1100100 11000

Color Harmonies of #79007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79007C

Black with #79007C

Text Example


Text Example

White with #79007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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