#7A0F5E

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

Shades of Palatinate Purple #7A0F5E

Tints of Palatinate Purple #7A0F5E

Color information

#7A0F5E (or 0x7A0F5E) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 0F and 5E. RGB value is (122,15,94). Sum of RGB (Red+Green+Blue) = 122+15+94=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F5E is #85F0A1. Grayscale: #373737. Windows color (decimal): -8777890 or 6164346. OLE color: 6164346.

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

Color convert

RGB1221594-
CMYK00.880.230.52
HSL315.7º78.1%26.86%-
HSV(B)315.7º87.7%47.84%-
XYZ10.225.2911.07-
YUV56149.45175.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.81%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=52.81%
G=6.49%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122159400.880.230.52315.778.126.86
Hex7AF5E058173413c4e1b
Octal172171360130276447411633
Binary1111010111110111100101100010111110100100111100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0F5E; }

 p { color: rgb(122,15,94); }

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

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

 a { background-color: rgb(122,15,94); }

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

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

 span { border-color: rgb(122,15,94); }

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