#65115B

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

Shades of Palatinate Purple #65115B

Tints of Palatinate Purple #65115B

Color information

#65115B (or 0x65115B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 11 and 5B. RGB value is (101,17,91). Sum of RGB (Red+Green+Blue) = 101+17+91=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65115B is #9AEEA4. Grayscale: #323232. Windows color (decimal): -10153637 or 5968229. OLE color: 5968229.

HSL color Cylindrical-coordinate representation of color #65115B: hue angle of 307.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65115B is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1011791-
CMYK00.830.100.60
HSL307.14º71.19%23.14%-
HSV(B)307.14º83.17%39.61%-
XYZ7.463.9210.26-
YUV50.55150.83163.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=48.33%
G=8.13%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101179100.830.100.60307.1471.1923.14
Hex65115B053A3C1334717
Octal145211330123127446310727
Binary1100101100011011011010100111010111100100110011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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