#7B155E

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

Shades of Palatinate Purple #7B155E

Tints of Palatinate Purple #7B155E

Color information

#7B155E (or 0x7B155E) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 15 and 5E. RGB value is (123,21,94). Sum of RGB (Red+Green+Blue) = 123+21+94=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B155E is #84EAA1. Grayscale: #3B3B3B. Windows color (decimal): -8710818 or 6165883. OLE color: 6165883.

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

Color convert

RGB1232194-
CMYK00.830.240.52
HSL317.06º70.83%28.24%-
HSV(B)317.06º82.93%48.24%-
XYZ10.465.5611.11-
YUV59.82147.29173.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.68%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=51.68%
G=8.82%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123219400.830.240.52317.0670.8328.24
Hex7B155E053183413d471c
Octal173251360123306447510734
Binary11110111010110111100101001111000110100100111101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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