Html Css Color HEX #79066A Purple

📋 copy color: '#79066A'

red 121 ◦ green 6 ◦ blue 106

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

Shades of Purple #79066A

Tints of Purple #79066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 106 (41.8% from 255) = 45.49%

R = 51.93%
G = 2.58%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79066A (or 0x79066A) is known color: Purple. HEX triplet: 79, 06 and 6A. RGB value is (121,6,106). Sum of RGB (Red+Green+Blue) = 121+6+106=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #79066A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79066A is #86F995. Grayscale: #333333. Windows color (decimal): -8845718 or 6948473. OLE color: 6948473.

HSL color Cylindrical-coordinate representation of color #79066A: hue angle of 307.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79066A is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 6 106 -
CMYK 0 0.95 0.12 0.53
HSL 307.83º 0.91% 0.25% -
HSV(B) 307.83º 0.95% 0.47% -
XYZ 10.55 5.24 14.09 -
YUV 51.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 121 6 106 0 0.95 0.12 0.53 307.83 0.91 0.25
Hex 79 6 6A 0 5F C 35 134 5B 19
Octal 171 6 152 0 137 14 65 464 133 31
Binary 1111001 110 1101010 0 1011111 1100 110101 100110100 1011011 11001

Color Harmonies of #79066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79066A

Black with #79066A

Text Example


Text Example

White with #79066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79066A; }

 p { color: rgb(121,6,106); }

 H1.HeaderClassName
 {
   color: #79066A;
 }
 .AnyTagClassName
 {
   color: #79066A;
 }
</style>

background-color css

<style>
 a { background-color: #79066A; }

 a { background-color: rgb(121,6,106); }

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

border-color css

<style>
 span { border-color: #79066A; }

 span { border-color: rgb(121,6,106); }

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