#65335F

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

Shades of Palatinate Purple #65335F

Tints of Palatinate Purple #65335F

Color information

#65335F (or 0x65335F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 33 and 5F. RGB value is (101,51,95). Sum of RGB (Red+Green+Blue) = 101+51+95=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #65335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65335F is #9ACCA0. Grayscale: #464646. Windows color (decimal): -10144929 or 6239077. OLE color: 6239077.

HSL color Cylindrical-coordinate representation of color #65335F: hue angle of 307.2º 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 #65335F is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1015195-
CMYK00.500.060.60
HSL307.2º32.89%29.8%-
HSV(B)307.2º49.5%39.61%-
XYZ8.625.9611.52-
YUV70.97141.56149.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=40.89%
G=20.65%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101519500.500.060.60307.232.8929.8
Hex65335F03263C133211e
Octal145631370626744634136
Binary11001011100111011111011001011011110010011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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