#65225D

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

Shades of Palatinate Purple #65225D

Tints of Palatinate Purple #65225D

Color information

#65225D (or 0x65225D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 22 and 5D. RGB value is (101,34,93). Sum of RGB (Red+Green+Blue) = 101+34+93=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65225D is #9ADDA2. Grayscale: #3C3C3C. Windows color (decimal): -10149283 or 6103653. OLE color: 6103653.

HSL color Cylindrical-coordinate representation of color #65225D: hue angle of 307.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65225D is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1013493-
CMYK00.660.080.60
HSL307.16º49.63%26.47%-
HSV(B)307.16º66.34%39.61%-
XYZ7.914.710.85-
YUV60.76146.2156.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=44.30%
G=14.91%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101349300.660.080.60307.1649.6326.47
Hex65225D04283C133321a
Octal14542135010210744636232
Binary1100101100010101110101000010100011110010011001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65225D; }

 p { color: rgb(101,34,93); }

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

<style>
 a { background-color: #65225D; }

 a { background-color: rgb(101,34,93); }

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

<style>
 span { border-color: #65225D; }

 span { border-color: rgb(101,34,93); }

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