#65345F

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

Shades of Palatinate Purple #65345F

Tints of Palatinate Purple #65345F

Color information

#65345F (or 0x65345F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 34 and 5F. RGB value is (101,52,95). Sum of RGB (Red+Green+Blue) = 101+52+95=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65345F is #9ACBA0. Grayscale: #474747. Windows color (decimal): -10144673 or 6239333. OLE color: 6239333.

HSL color Cylindrical-coordinate representation of color #65345F: hue angle of 307.35º 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 #65345F is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1015295-
CMYK00.490.060.60
HSL307.35º32.03%30%-
HSV(B)307.35º48.51%39.61%-
XYZ8.666.0511.54-
YUV71.55141.23149-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=40.73%
G=20.97%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101529500.490.060.60307.3532.0330
Hex65345F03163C133201e
Octal145641370616744634036
Binary11001011101001011111011000111011110010011001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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