#7B155C

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

Shades of Palatinate Purple #7B155C

Tints of Palatinate Purple #7B155C

Color information

#7B155C (or 0x7B155C) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 15 and 5C. RGB value is (123,21,92). Sum of RGB (Red+Green+Blue) = 123+21+92=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B155C is #84EAA3. Grayscale: #3B3B3B. Windows color (decimal): -8710820 or 6034811. OLE color: 6034811.

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

Color convert

RGB1232192-
CMYK00.830.250.52
HSL318.24º70.83%28.24%-
HSV(B)318.24º82.93%48.24%-
XYZ10.375.5210.64-
YUV59.59146.29173.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=52.12%
G=8.90%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123219200.830.250.52318.2470.8328.24
Hex7B155C053193413e471c
Octal173251340123316447610734
Binary11110111010110111000101001111001110100100111110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,21,92); }

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

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

 a { background-color: rgb(123,21,92); }

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

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

 span { border-color: rgb(123,21,92); }

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