#65106B

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

Shades of Palatinate Purple #65106B

Tints of Palatinate Purple #65106B

Color information

#65106B (or 0x65106B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 6B. RGB value is (101,16,107). Sum of RGB (Red+Green+Blue) = 101+16+107=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 107 - color contains mainly: blue. Hex color #65106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65106B is #9AEF94. Grayscale: #333333. Windows color (decimal): -10153877 or 7016549. OLE color: 7016549.

HSL color Cylindrical-coordinate representation of color #65106B: hue angle of 296.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65106B is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10116107-
CMYK0.060.8500.58
HSL296.04º73.98%24.12%-
HSV(B)296.04º85.05%41.96%-
XYZ8.214.214.29-
YUV51.79159.16163.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=45.09%
G=7.14%
B=47.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101161070.060.8500.58296.0473.9824.12
Hex65106B65503A1284a18
Octal14520153612507245011230
Binary110010110000110101111010101010111010100101000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65106B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65106B; }

 p { color: rgb(101,16,107); }

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

<style>
 a { background-color: #65106B; }

 a { background-color: rgb(101,16,107); }

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

<style>
 span { border-color: #65106B; }

 span { border-color: rgb(101,16,107); }

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