Html Css Color HEX #790572 Purple

📋 copy color: '#790572'

red 121 ◦ green 5 ◦ blue 114

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

Shades of Purple #790572

Tints of Purple #790572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 50.42%
G = 2.08%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#790572 (or 0x790572) is known color: Purple. HEX triplet: 79, 05 and 72. RGB value is (121,5,114). Sum of RGB (Red+Green+Blue) = 121+5+114=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #790572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790572 is #86FA8D. Grayscale: #333333. Windows color (decimal): -8845966 or 7472505. OLE color: 7472505.

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

Color convert

RGB 121 5 114 -
CMYK 0 0.96 0.06 0.53
HSL 303.62º 0.92% 0.25% -
HSV(B) 303.62º 0.96% 0.47% -
XYZ 10.98 5.39 16.38 -
YUV 52.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 121 5 114 0 0.96 0.06 0.53 303.62 0.92 0.25
Hex 79 5 72 0 60 6 35 130 5C 19
Octal 171 5 162 0 140 6 65 460 134 31
Binary 1111001 101 1110010 0 1100000 110 110101 100110000 1011100 11001

Color Harmonies of #790572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790572

Black with #790572

Text Example


Text Example

White with #790572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790572; }

 p { color: rgb(121,5,114); }

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

background-color css

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

 a { background-color: rgb(121,5,114); }

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

border-color css

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

 span { border-color: rgb(121,5,114); }

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