Html Css Color HEX #790C66 Dark Purple

📋 copy color: '#790C66'

red 121 ◦ green 12 ◦ blue 102

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

Shades of Dark Purple #790C66

Tints of Dark Purple #790C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.11%

 BLUE value IS 102 (40.23% from 255) = 43.4%

R = 51.49%
G = 5.11%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#790C66 (or 0x790C66) is known color: Dark Purple. HEX triplet: 79, 0C and 66. RGB value is (121,12,102). Sum of RGB (Red+Green+Blue) = 121+12+102=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #790C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C66 is #86F399. Grayscale: #363636. Windows color (decimal): -8844186 or 6687865. OLE color: 6687865.

HSL color Cylindrical-coordinate representation of color #790C66: hue angle of 310.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C66 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 102 -
CMYK 0 0.90 0.16 0.53
HSL 310.46º 0.82% 0.26% -
HSV(B) 310.46º 0.9% 0.47% -
XYZ 10.41 5.29 13.04 -
YUV 54.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 121 12 102 0 0.90 0.16 0.53 310.46 0.82 0.26
Hex 79 C 66 0 5A 10 35 136 52 1A
Octal 171 14 146 0 132 20 65 466 122 32
Binary 1111001 1100 1100110 0 1011010 10000 110101 100110110 1010010 11010

Color Harmonies of #790C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C66

Black with #790C66

Text Example


Text Example

White with #790C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C66; }

 p { color: rgb(121,12,102); }

 H1.HeaderClassName
 {
   color: #790C66;
 }
 .AnyTagClassName
 {
   color: #790C66;
 }
</style>

background-color css

<style>
 a { background-color: #790C66; }

 a { background-color: rgb(121,12,102); }

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

border-color css

<style>
 span { border-color: #790C66; }

 span { border-color: rgb(121,12,102); }

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