#65355A

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

Shades of Palatinate Purple #65355A

Tints of Palatinate Purple #65355A

Color information

#65355A (or 0x65355A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 5A. RGB value is (101,53,90). Sum of RGB (Red+Green+Blue) = 101+53+90=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355A is #9ACAA5. Grayscale: #474747. Windows color (decimal): -10144422 or 5911909. OLE color: 5911909.

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

Color convert

RGB1015390-
CMYK00.480.110.60
HSL313.75º31.17%30.2%-
HSV(B)313.75º47.52%39.61%-
XYZ8.496.0510.39-
YUV71.57138.4148.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=41.39%
G=21.72%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101539000.480.110.60313.7531.1730.2
Hex65355A030B3C13a1f1e
Octal1456513206013744723736
Binary11001011101011011010011000010111111001001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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