#7B135A

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

Shades of Palatinate Purple #7B135A

Tints of Palatinate Purple #7B135A

Color information

#7B135A (or 0x7B135A) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 13 and 5A. RGB value is (123,19,90). Sum of RGB (Red+Green+Blue) = 123+19+90=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B135A is #84ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8711334 or 5903227. OLE color: 5903227.

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

Color convert

RGB1231990-
CMYK00.850.270.52
HSL319.04º73.24%27.84%-
HSV(B)319.04º84.55%48.24%-
XYZ10.255.4110.18-
YUV58.19145.96174.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.02%
GREEN value IS 19 (7.81% from 255) = 8.19%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=53.02%
G=8.19%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123199000.850.270.52319.0473.2427.84
Hex7B135A0551B3413f491c
Octal173231320125336447711134
Binary11110111001110110100101010111011110100100111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,90); }

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

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

 a { background-color: rgb(123,19,90); }

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

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

 span { border-color: rgb(123,19,90); }

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