Html Css Color HEX #790373 Purple

📋 copy color: '#790373'

red 121 ◦ green 3 ◦ blue 115

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

Shades of Purple #790373

Tints of Purple #790373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 50.63%
G = 1.26%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#790373 (or 0x790373) is known color: Purple. HEX triplet: 79, 03 and 73. RGB value is (121,3,115). Sum of RGB (Red+Green+Blue) = 121+3+115=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #790373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790373 is #86FC8C. Grayscale: #323232. Windows color (decimal): -8846477 or 7537529. OLE color: 7537529.

HSL color Cylindrical-coordinate representation of color #790373: hue angle of 303.05º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #790373 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 3 115 -
CMYK 0 0.98 0.05 0.53
HSL 303.05º 0.95% 0.24% -
HSV(B) 303.05º 0.98% 0.47% -
XYZ 11.01 5.37 16.68 -
YUV 51.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 121 3 115 0 0.98 0.05 0.53 303.05 0.95 0.24
Hex 79 3 73 0 62 5 35 12F 5F 18
Octal 171 3 163 0 142 5 65 457 137 30
Binary 1111001 11 1110011 0 1100010 101 110101 100101111 1011111 11000

Color Harmonies of #790373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790373

Black with #790373

Text Example


Text Example

White with #790373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790373; }

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

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

background-color css

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

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

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

border-color css

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

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

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