Html Css Color HEX #790872 Purple

📋 copy color: '#790872'

red 121 ◦ green 8 ◦ blue 114

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

Shades of Purple #790872

Tints of Purple #790872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 49.79%
G = 3.29%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#790872 (or 0x790872) is known color: Purple. HEX triplet: 79, 08 and 72. RGB value is (121,8,114). Sum of RGB (Red+Green+Blue) = 121+8+114=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #790872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790872 is #86F78D. Grayscale: #353535. Windows color (decimal): -8845198 or 7473273. OLE color: 7473273.

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

Color convert

RGB 121 8 114 -
CMYK 0 0.93 0.06 0.53
HSL 303.72º 0.88% 0.25% -
HSV(B) 303.72º 0.93% 0.47% -
XYZ 11.01 5.45 16.39 -
YUV 53.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 121 8 114 0 0.93 0.06 0.53 303.72 0.88 0.25
Hex 79 8 72 0 5D 6 35 130 58 19
Octal 171 10 162 0 135 6 65 460 130 31
Binary 1111001 1000 1110010 0 1011101 110 110101 100110000 1011000 11001

Color Harmonies of #790872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790872

Black with #790872

Text Example


Text Example

White with #790872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790872; }

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

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

background-color css

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

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

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

border-color css

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

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

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