#650A5E

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

Shades of Palatinate Purple #650A5E

Tints of Palatinate Purple #650A5E

Color information

#650A5E (or 0x650A5E) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0A and 5E. RGB value is (101,10,94). Sum of RGB (Red+Green+Blue) = 101+10+94=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #650A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A5E is #9AF5A1. Grayscale: #2E2E2E. Windows color (decimal): -10155426 or 6163045. OLE color: 6163045.

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

Color convert

RGB1011094-
CMYK00.900.070.60
HSL304.62º81.98%21.76%-
HSV(B)304.62º90.1%39.61%-
XYZ7.53.7910.93-
YUV46.78154.65166.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=49.27%
G=4.88%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101109400.900.070.60304.6281.9821.76
Hex65A5E05A73C1315216
Octal14512136013277446112226
Binary11001011010101111001011010111111100100110001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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