#65355C

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

Shades of Palatinate Purple #65355C

Tints of Palatinate Purple #65355C

Color information

#65355C (or 0x65355C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 5C. RGB value is (101,53,92). Sum of RGB (Red+Green+Blue) = 101+53+92=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355C is #9ACAA3. Grayscale: #474747. Windows color (decimal): -10144420 or 6042981. OLE color: 6042981.

HSL color Cylindrical-coordinate representation of color #65355C: hue angle of 311.25º 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 #65355C is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1015392-
CMYK00.480.090.60
HSL311.25º31.17%30.2%-
HSV(B)311.25º47.52%39.61%-
XYZ8.576.0910.85-
YUV71.8139.4148.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=41.06%
G=21.54%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101539200.480.090.60311.2531.1730.2
Hex65355C03093C1371f1e
Octal1456513406011744673736
Binary11001011101011011100011000010011111001001101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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