#65135B

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

Shades of Palatinate Purple #65135B

Tints of Palatinate Purple #65135B

Color information

#65135B (or 0x65135B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 5B. RGB value is (101,19,91). Sum of RGB (Red+Green+Blue) = 101+19+91=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65135B is #9AECA4. Grayscale: #333333. Windows color (decimal): -10153125 or 5968741. OLE color: 5968741.

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

Color convert

RGB1011991-
CMYK00.810.100.60
HSL307.32º68.33%23.53%-
HSV(B)307.32º81.19%39.61%-
XYZ7.493.9910.27-
YUV51.73150.17163.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=47.87%
G=9.00%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101199100.810.100.60307.3268.3323.53
Hex65135B051A3C1334418
Octal145231330121127446310430
Binary1100101100111011011010100011010111100100110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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