#65225E

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

Shades of Palatinate Purple #65225E

Tints of Palatinate Purple #65225E

Color information

#65225E (or 0x65225E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 22 and 5E. RGB value is (101,34,94). Sum of RGB (Red+Green+Blue) = 101+34+94=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65225E is #9ADDA1. Grayscale: #3C3C3C. Windows color (decimal): -10149282 or 6169189. OLE color: 6169189.

HSL color Cylindrical-coordinate representation of color #65225E: hue angle of 306.27º 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 #65225E is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1013494-
CMYK00.660.070.60
HSL306.27º49.63%26.47%-
HSV(B)306.27º66.34%39.61%-
XYZ7.964.7211.08-
YUV60.87146.7156.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=44.10%
G=14.85%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101349400.660.070.60306.2749.6326.47
Hex65225E04273C132321a
Octal1454213601027744626232
Binary110010110001010111100100001011111110010011001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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