Html Css Color HEX #79006F Purple

📋 copy color: '#79006F'

red 121 ◦ green 0 ◦ blue 111

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

Shades of Purple #79006F

Tints of Purple #79006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 52.16%
G = 0%
B = 47.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#79006F (or 0x79006F) is known color: Purple. HEX triplet: 79, 00 and 6F. RGB value is (121,0,111). Sum of RGB (Red+Green+Blue) = 121+0+111=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79006F is #86FF90. Grayscale: #303030. Windows color (decimal): -8847249 or 7274617. OLE color: 7274617.

HSL color Cylindrical-coordinate representation of color #79006F: hue angle of 304.96º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79006F is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 0 111 -
CMYK 0 1 0.08 0.53
HSL 304.96º 1% 0.24% -
HSV(B) 304.96º 1% 0.47% -
XYZ 10.75 5.21 15.48 -
YUV 48.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 121 0 111 0 1 0.08 0.53 304.96 1 0.24
Hex 79 0 6F 0 64 8 35 131 64 18
Octal 171 0 157 0 144 10 65 461 144 30
Binary 1111001 0 1101111 0 1100100 1000 110101 100110001 1100100 11000

Color Harmonies of #79006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79006F

Black with #79006F

Text Example


Text Example

White with #79006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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