#65335E

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

Shades of Palatinate Purple #65335E

Tints of Palatinate Purple #65335E

Color information

#65335E (or 0x65335E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 33 and 5E. RGB value is (101,51,94). Sum of RGB (Red+Green+Blue) = 101+51+94=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 101 - color contains mainly: red. Hex color #65335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65335E is #9ACCA1. Grayscale: #464646. Windows color (decimal): -10144930 or 6173541. OLE color: 6173541.

HSL color Cylindrical-coordinate representation of color #65335E: hue angle of 308.4º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65335E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1015194-
CMYK00.500.070.60
HSL308.4º32.89%29.8%-
HSV(B)308.4º49.5%39.61%-
XYZ8.575.9411.28-
YUV70.85141.06149.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.06%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=41.06%
G=20.73%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101519400.500.070.60308.432.8929.8
Hex65335E03273C134211e
Octal145631360627744644136
Binary11001011100111011110011001011111110010011010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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