#65305F

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

Shades of Palatinate Purple #65305F

Tints of Palatinate Purple #65305F

Color information

#65305F (or 0x65305F) is unknown color: approx Palatinate Purple. HEX triplet: 65, 30 and 5F. RGB value is (101,48,95). Sum of RGB (Red+Green+Blue) = 101+48+95=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65305F is #9ACFA0. Grayscale: #454545. Windows color (decimal): -10145697 or 6238309. OLE color: 6238309.

HSL color Cylindrical-coordinate representation of color #65305F: hue angle of 306.79º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65305F is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB1014895-
CMYK00.520.060.60
HSL306.79º35.57%29.22%-
HSV(B)306.79º52.48%39.61%-
XYZ8.495.7111.48-
YUV69.2142.56150.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=41.39%
G=19.67%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101489500.520.060.60306.7935.5729.22
Hex65305F03463C133241d
Octal145601370646744634435
Binary11001011100001011111011010011011110010011001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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