#65245a

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

Shades of Palatinate Purple #65245A

Tints of Palatinate Purple #65245A

Color information

#65245A (or 0x65245A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 24 and 5A. RGB value is (101,36,90). Sum of RGB (Red+Green+Blue) = 101+36+90=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65245A is #9ADBA5. Grayscale: #3D3D3D. Windows color (decimal): -10148774 or 5907557. OLE color: 5907557.

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

Color convert

RGB1013690-
CMYK00.640.110.60
HSL310.15º47.45%26.86%-
HSV(B)310.15º64.36%39.61%-
XYZ7.844.7710.18-
YUV61.59144.03156.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=44.49%
G=15.86%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101369000.640.110.60310.1547.4526.86
Hex65245A040B3C1362f1b
Octal14544132010013744665733
Binary1100101100100101101001000000101111110010011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65245a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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