Html Css Color HEX #790962 Dark Purple

📋 copy color: '#790962'

red 121 ◦ green 9 ◦ blue 98

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

Shades of Dark Purple #790962

Tints of Dark Purple #790962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 53.07%
G = 3.95%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#790962 (or 0x790962) is known color: Dark Purple. HEX triplet: 79, 09 and 62. RGB value is (121,9,98). Sum of RGB (Red+Green+Blue) = 121+9+98=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #790962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790962 is #86F69D. Grayscale: #343434. Windows color (decimal): -8844958 or 6424953. OLE color: 6424953.

HSL color Cylindrical-coordinate representation of color #790962: hue angle of 312.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790962 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 98 -
CMYK 0 0.93 0.19 0.53
HSL 312.32º 0.86% 0.25% -
HSV(B) 312.32º 0.93% 0.47% -
XYZ 10.19 5.14 12.01 -
YUV 52.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 121 9 98 0 0.93 0.19 0.53 312.32 0.86 0.25
Hex 79 9 62 0 5D 13 35 138 56 19
Octal 171 11 142 0 135 23 65 470 126 31
Binary 1111001 1001 1100010 0 1011101 10011 110101 100111000 1010110 11001

Color Harmonies of #790962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790962

Black with #790962

Text Example


Text Example

White with #790962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790962; }

 p { color: rgb(121,9,98); }

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

background-color css

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

 a { background-color: rgb(121,9,98); }

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

border-color css

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

 span { border-color: rgb(121,9,98); }

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