#65325A

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

Shades of Palatinate Purple #65325A

Tints of Palatinate Purple #65325A

Color information

#65325A (or 0x65325A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 32 and 5A. RGB value is (101,50,90). Sum of RGB (Red+Green+Blue) = 101+50+90=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 101 - color contains mainly: red. Hex color #65325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65325A is #9ACDA5. Grayscale: #454545. Windows color (decimal): -10145190 or 5911141. OLE color: 5911141.

HSL color Cylindrical-coordinate representation of color #65325A: hue angle of 312.94º degrees, saturation: 0.34, 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 #65325A is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1015090-
CMYK00.500.110.60
HSL312.94º33.77%29.61%-
HSV(B)312.94º50.5%39.61%-
XYZ8.355.7910.35-
YUV69.81139.4150.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=41.91%
G=20.75%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101509000.500.110.60312.9433.7729.61
Hex65325A032B3C139221e
Octal1456213206213744714236
Binary110010111001010110100110010101111110010011100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65325A; }

 p { color: rgb(101,50,90); }

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

<style>
 a { background-color: #65325A; }

 a { background-color: rgb(101,50,90); }

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

<style>
 span { border-color: #65325A; }

 span { border-color: rgb(101,50,90); }

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