Html Css Color HEX #79077F Purple

📋 copy color: '#79077F'

red 121 ◦ green 7 ◦ blue 127

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

Shades of Purple #79077F

Tints of Purple #79077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

 BLUE value IS 127 (50% from 255) = 49.8%

R = 47.45%
G = 2.75%
B = 49.8%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#79077F (or 0x79077F) is known color: Purple. HEX triplet: 79, 07 and 7F. RGB value is (121,7,127). Sum of RGB (Red+Green+Blue) = 121+7+127=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #79077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79077F is #86F880. Grayscale: #363636. Windows color (decimal): -8845441 or 8324985. OLE color: 8324985.

HSL color Cylindrical-coordinate representation of color #79077F: hue angle of 297º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79077F is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 7 127 -
CMYK 0.05 0.94 0 0.50
HSL 297º 0.9% 0.26% -
HSV(B) 297º 0.94% 0.5% -
XYZ 11.79 5.75 20.57 -
YUV 54.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 121 7 127 0.05 0.94 0 0.50 297 0.9 0.26
Hex 79 7 7F 5 5E 0 32 129 5A 1A
Octal 171 7 177 5 136 0 62 451 132 32
Binary 1111001 111 1111111 101 1011110 0 110010 100101001 1011010 11010

Color Harmonies of #79077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79077F

Black with #79077F

Text Example


Text Example

White with #79077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79077F; }

 p { color: rgb(121,7,127); }

 H1.HeaderClassName
 {
   color: #79077F;
 }
 .AnyTagClassName
 {
   color: #79077F;
 }
</style>

background-color css

<style>
 a { background-color: #79077F; }

 a { background-color: rgb(121,7,127); }

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

border-color css

<style>
 span { border-color: #79077F; }

 span { border-color: rgb(121,7,127); }

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