#790F5D

Color #790F5D Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #790F5D

Tints of Palatinate Purple #790F5D

Color information

#790F5D (or 0x790F5D) is unknown color: approx Palatinate Purple. HEX triplet: 79, 0F and 5D. RGB value is (121,15,93). Sum of RGB (Red+Green+Blue) = 121+15+93=229 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.84% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 121 - color contains mainly: red. Hex color #790F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F5D is #86F0A2. Grayscale: #373737. Windows color (decimal): -8843427 or 6098809. OLE color: 6098809.

HSL color Cylindrical-coordinate representation of color #790F5D: hue angle of 315.85º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F5D is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1211593-
CMYK00.880.230.53
HSL315.85º77.94%26.67%-
HSV(B)315.85º87.6%47.45%-
XYZ10.035.210.83-
YUV55.59149.12174.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.84%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=52.84%
G=6.55%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121159300.880.230.53315.8577.9426.67
Hex79F5D058173513c4e1b
Octal171171350130276547411633
Binary1111001111110111010101100010111110101100111100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790F5D; }

 p { color: rgb(121,15,93); }

 H1.HeaderClassName
 {
   color: #790F5D;
 }
 .AnyTagClassName
 {
   color: #790F5D;
 }
</style>
background-color css

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

 a { background-color: rgb(121,15,93); }

 div.DivClassName
 {
   background-color: #790F5D;
 }
 .BgClassName
 {
   background-color: #790F5D;
 }
</style>
border-color css

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

 span { border-color: rgb(121,15,93); }

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