#65365A

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

Shades of Palatinate Purple #65365A

Tints of Palatinate Purple #65365A

Color information

#65365A (or 0x65365A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 36 and 5A. RGB value is (101,54,90). Sum of RGB (Red+Green+Blue) = 101+54+90=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65365A is #9AC9A5. Grayscale: #484848. Windows color (decimal): -10144166 or 5912165. OLE color: 5912165.

HSL color Cylindrical-coordinate representation of color #65365A: hue angle of 314.04º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65365A is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1015490-
CMYK00.470.110.60
HSL314.04º30.32%30.39%-
HSV(B)314.04º46.53%39.61%-
XYZ8.536.1410.41-
YUV72.16138.07148.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=41.22%
G=22.04%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101549000.470.110.60314.0430.3230.39
Hex65365A02FB3C13a1e1e
Octal1456613205713744723636
Binary11001011101101011010010111110111111001001110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65365A; }

 p { color: rgb(101,54,90); }

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

<style>
 a { background-color: #65365A; }

 a { background-color: rgb(101,54,90); }

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

<style>
 span { border-color: #65365A; }

 span { border-color: rgb(101,54,90); }

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