Html Css Color HEX #79066B Purple

📋 copy color: '#79066B'

red 121 ◦ green 6 ◦ blue 107

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

Shades of Purple #79066B

Tints of Purple #79066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.73%

R = 51.71%
G = 2.56%
B = 45.73%

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

#79066B (or 0x79066B) is known color: Purple. HEX triplet: 79, 06 and 6B. RGB value is (121,6,107). Sum of RGB (Red+Green+Blue) = 121+6+107=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79066B is #86F994. Grayscale: #333333. Windows color (decimal): -8845717 or 7014009. OLE color: 7014009.

HSL color Cylindrical-coordinate representation of color #79066B: hue angle of 307.3º 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 #79066B is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 6 107 -
CMYK 0 0.95 0.12 0.53
HSL 307.3º 0.91% 0.25% -
HSV(B) 307.3º 0.95% 0.47% -
XYZ 10.6 5.26 14.37 -
YUV 51.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 121 6 107 0 0.95 0.12 0.53 307.3 0.91 0.25
Hex 79 6 6B 0 5F C 35 133 5B 19
Octal 171 6 153 0 137 14 65 463 133 31
Binary 1111001 110 1101011 0 1011111 1100 110101 100110011 1011011 11001

Color Harmonies of #79066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79066B

Black with #79066B

Text Example


Text Example

White with #79066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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