#650A5D

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

Shades of Palatinate Purple #650A5D

Tints of Palatinate Purple #650A5D

Color information

#650A5D (or 0x650A5D) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0A and 5D. RGB value is (101,10,93). Sum of RGB (Red+Green+Blue) = 101+10+93=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #650A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A5D is #9AF5A2. Grayscale: #2E2E2E. Windows color (decimal): -10155427 or 6097509. OLE color: 6097509.

HSL color Cylindrical-coordinate representation of color #650A5D: hue angle of 305.27º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A5D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1011093-
CMYK00.900.080.60
HSL305.27º81.98%21.76%-
HSV(B)305.27º90.1%39.61%-
XYZ7.453.7710.69-
YUV46.67154.15166.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 10 (4.30% from 255) = 4.90%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=49.51%
G=4.90%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101109300.900.080.60305.2781.9821.76
Hex65A5D05A83C1315216
Octal145121350132107446112226
Binary110010110101011101010110101000111100100110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A5D; }

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

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

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

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

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

<style>
 span { border-color: #650A5D; }

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

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