#65355E

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

Shades of Palatinate Purple #65355E

Tints of Palatinate Purple #65355E

Color information

#65355E (or 0x65355E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 5E. RGB value is (101,53,94). Sum of RGB (Red+Green+Blue) = 101+53+94=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #65355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65355E is #9ACAA1. Grayscale: #474747. Windows color (decimal): -10144418 or 6174053. OLE color: 6174053.

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

Color convert

RGB1015394-
CMYK00.480.070.60
HSL308.75º31.17%30.2%-
HSV(B)308.75º47.52%39.61%-
XYZ8.666.1211.31-
YUV72.03140.4148.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=40.73%
G=21.37%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101539400.480.070.60308.7531.1730.2
Hex65355E03073C1351f1e
Octal145651360607744653736
Binary1100101110101101111001100001111111001001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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