Html Css Color HEX #790472 Purple

📋 copy color: '#790472'

red 121 ◦ green 4 ◦ blue 114

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

Shades of Purple #790472

Tints of Purple #790472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 50.63%
G = 1.67%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#790472 (or 0x790472) is known color: Purple. HEX triplet: 79, 04 and 72. RGB value is (121,4,114). Sum of RGB (Red+Green+Blue) = 121+4+114=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #790472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790472 is #86FB8D. Grayscale: #333333. Windows color (decimal): -8846222 or 7472249. OLE color: 7472249.

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

Color convert

RGB 121 4 114 -
CMYK 0 0.97 0.06 0.53
HSL 303.59º 0.94% 0.25% -
HSV(B) 303.59º 0.97% 0.47% -
XYZ 10.97 5.37 16.38 -
YUV 51.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 121 4 114 0 0.97 0.06 0.53 303.59 0.94 0.25
Hex 79 4 72 0 61 6 35 130 5E 19
Octal 171 4 162 0 141 6 65 460 136 31
Binary 1111001 100 1110010 0 1100001 110 110101 100110000 1011110 11001

Color Harmonies of #790472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790472

Black with #790472

Text Example


Text Example

White with #790472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790472; }

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

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

background-color css

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

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

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

border-color css

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

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

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