#7B135F

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

Shades of Palatinate Purple #7B135F

Tints of Palatinate Purple #7B135F

Color information

#7B135F (or 0x7B135F) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 13 and 5F. RGB value is (123,19,95). Sum of RGB (Red+Green+Blue) = 123+19+95=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B135F is #84ECA0. Grayscale: #3A3A3A. Windows color (decimal): -8711329 or 6230907. OLE color: 6230907.

HSL color Cylindrical-coordinate representation of color #7B135F: hue angle of 316.15º 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 #7B135F is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1231995-
CMYK00.850.230.52
HSL316.15º73.24%27.84%-
HSV(B)316.15º84.55%48.24%-
XYZ10.475.511.34-
YUV58.76148.46173.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.90%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=51.90%
G=8.02%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123199500.850.230.52316.1573.2427.84
Hex7B135F055173413c491c
Octal173231370125276447411134
Binary11110111001110111110101010110111110100100111100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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