#7A135B

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

Shades of Palatinate Purple #7A135B

Tints of Palatinate Purple #7A135B

Color information

#7A135B (or 0x7A135B) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 13 and 5B. RGB value is (122,19,91). Sum of RGB (Red+Green+Blue) = 122+19+91=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A135B is #85ECA4. Grayscale: #393939. Windows color (decimal): -8776869 or 5968762. OLE color: 5968762.

HSL color Cylindrical-coordinate representation of color #7A135B: hue angle of 318.06º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A135B is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB1221991-
CMYK00.840.250.52
HSL318.06º73.05%27.65%-
HSV(B)318.06º84.43%47.84%-
XYZ10.155.3610.4-
YUV58146.62173.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.59%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=52.59%
G=8.19%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122199100.840.250.52318.0673.0527.65
Hex7A135B054193413e491c
Octal172231330124316447611134
Binary11110101001110110110101010011001110100100111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,19,91); }

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

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

 a { background-color: rgb(122,19,91); }

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

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

 span { border-color: rgb(122,19,91); }

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