#65156C

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

Shades of Palatinate Purple #65156C

Tints of Palatinate Purple #65156C

Color information

#65156C (or 0x65156C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 6C. RGB value is (101,21,108). Sum of RGB (Red+Green+Blue) = 101+21+108=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #65156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65156C is #9AEA93. Grayscale: #363636. Windows color (decimal): -10152596 or 7083365. OLE color: 7083365.

HSL color Cylindrical-coordinate representation of color #65156C: hue angle of 295.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65156C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10121108-
CMYK0.060.8100.58
HSL295.17º67.44%25.29%-
HSV(B)295.17º80.56%42.35%-
XYZ8.344.3914.59-
YUV54.84158160.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 21 (8.59% from 255) = 9.13%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=43.91%
G=9.13%
B=46.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101211080.060.8100.58295.1767.4425.29
Hex65156C65103A1274319
Octal14525154612107244710331
Binary110010110101110110011010100010111010100100111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65156C; }

 p { color: rgb(101,21,108); }

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

<style>
 a { background-color: #65156C; }

 a { background-color: rgb(101,21,108); }

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

<style>
 span { border-color: #65156C; }

 span { border-color: rgb(101,21,108); }

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