#65345B

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

Shades of Palatinate Purple #65345B

Tints of Palatinate Purple #65345B

Color information

#65345B (or 0x65345B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 34 and 5B. RGB value is (101,52,91). Sum of RGB (Red+Green+Blue) = 101+52+91=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65345B is #9ACBA4. Grayscale: #464646. Windows color (decimal): -10144677 or 5977189. OLE color: 5977189.

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

Color convert

RGB1015291-
CMYK00.490.100.60
HSL312.24º32.03%30%-
HSV(B)312.24º48.51%39.61%-
XYZ8.485.9810.6-
YUV71.1139.23149.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=41.39%
G=21.31%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101529100.490.100.60312.2432.0330
Hex65345B031A3C138201e
Octal1456413306112744704036
Binary110010111010010110110110001101011110010011100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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