#7B1860

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

Shades of Palatinate Purple #7B1860

Tints of Palatinate Purple #7B1860

Color information

#7B1860 (or 0x7B1860) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 18 and 60. RGB value is (123,24,96). Sum of RGB (Red+Green+Blue) = 123+24+96=243 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.62% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1860 is #84E79F. Grayscale: #3D3D3D. Windows color (decimal): -8710048 or 6297723. OLE color: 6297723.

HSL color Cylindrical-coordinate representation of color #7B1860: hue angle of 316.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1860 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB1232496-
CMYK00.800.220.52
HSL316.36º67.35%28.82%-
HSV(B)316.36º80.49%48.24%-
XYZ10.615.7111.61-
YUV61.81147.3171.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.62%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=50.62%
G=9.88%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123249600.800.220.52316.3667.3528.82
Hex7B1860050163413c431d
Octal173301400120266447410335
Binary11110111100011000000101000010110110100100111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,24,96); }

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

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

 a { background-color: rgb(123,24,96); }

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

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

 span { border-color: rgb(123,24,96); }

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