#7b135d

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

Shades of Palatinate Purple #7B135D

Tints of Palatinate Purple #7B135D

Color information

#7B135D (or 0x7B135D) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 13 and 5D. RGB value is (123,19,93). Sum of RGB (Red+Green+Blue) = 123+19+93=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B135D is #84ECA2. Grayscale: #3A3A3A. Windows color (decimal): -8711331 or 6099835. OLE color: 6099835.

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

Color convert

RGB1231993-
CMYK00.850.240.52
HSL317.31º73.24%27.84%-
HSV(B)317.31º84.55%48.24%-
XYZ10.385.4710.86-
YUV58.53147.46173.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.34%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=52.34%
G=8.09%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123199300.850.240.52317.3173.2427.84
Hex7B135D055183413d491c
Octal173231350125306447511134
Binary11110111001110111010101010111000110100100111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b135d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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