#65245B

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

Shades of Palatinate Purple #65245B

Tints of Palatinate Purple #65245B

Color information

#65245B (or 0x65245B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 24 and 5B. RGB value is (101,36,91). Sum of RGB (Red+Green+Blue) = 101+36+91=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #65245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65245B is #9ADBA4. Grayscale: #3D3D3D. Windows color (decimal): -10148773 or 5973093. OLE color: 5973093.

HSL color Cylindrical-coordinate representation of color #65245B: hue angle of 309.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65245B is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1013691-
CMYK00.640.100.60
HSL309.23º47.45%26.86%-
HSV(B)309.23º64.36%39.61%-
XYZ7.894.7810.41-
YUV61.7144.53156.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.30%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=44.30%
G=15.79%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101369100.640.100.60309.2347.4526.86
Hex65245B040A3C1352f1b
Octal14544133010012744655733
Binary1100101100100101101101000000101011110010011010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65245B; }

 p { color: rgb(101,36,91); }

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

<style>
 a { background-color: #65245B; }

 a { background-color: rgb(101,36,91); }

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

<style>
 span { border-color: #65245B; }

 span { border-color: rgb(101,36,91); }

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