Html Css Color HEX #790973 Purple

📋 copy color: '#790973'

red 121 ◦ green 9 ◦ blue 115

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

Shades of Purple #790973

Tints of Purple #790973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 49.39%
G = 3.67%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#790973 (or 0x790973) is known color: Purple. HEX triplet: 79, 09 and 73. RGB value is (121,9,115). Sum of RGB (Red+Green+Blue) = 121+9+115=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #790973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790973 is #86F68C. Grayscale: #363636. Windows color (decimal): -8844941 or 7539065. OLE color: 7539065.

HSL color Cylindrical-coordinate representation of color #790973: hue angle of 303.21º 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 #790973 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 9 115 -
CMYK 0 0.93 0.05 0.53
HSL 303.21º 0.86% 0.25% -
HSV(B) 303.21º 0.93% 0.47% -
XYZ 11.08 5.5 16.7 -
YUV 54.57 162.11 175.38 -
System Red Green Blue C M Y K H S L
Decimal 121 9 115 0 0.93 0.05 0.53 303.21 0.86 0.25
Hex 79 9 73 0 5D 5 35 12F 56 19
Octal 171 11 163 0 135 5 65 457 126 31
Binary 1111001 1001 1110011 0 1011101 101 110101 100101111 1010110 11001

Color Harmonies of #790973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790973

Black with #790973

Text Example


Text Example

White with #790973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790973; }

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

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

background-color css

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

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

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

border-color css

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

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

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