#65116b

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

Shades of Palatinate Purple #65116B

Tints of Palatinate Purple #65116B

Color information

#65116B (or 0x65116B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 11 and 6B. RGB value is (101,17,107). Sum of RGB (Red+Green+Blue) = 101+17+107=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #65116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65116B is #9AEE94. Grayscale: #343434. Windows color (decimal): -10153621 or 7016805. OLE color: 7016805.

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

Color convert

RGB10117107-
CMYK0.060.8400.58
HSL296º72.58%24.31%-
HSV(B)296º84.11%41.96%-
XYZ8.224.2314.29-
YUV52.38158.83162.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=44.89%
G=7.56%
B=47.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101171070.060.8400.5829672.5824.31
Hex65116B65403A1284918
Octal14521153612407245011130
Binary110010110001110101111010101000111010100101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65116b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65116b; }

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

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

<style>
 a { background-color: #65116b; }

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

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

<style>
 span { border-color: #65116b; }

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

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