#650A5B

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

Shades of Palatinate Purple #650A5B

Tints of Palatinate Purple #650A5B

Color information

#650A5B (or 0x650A5B) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0A and 5B. RGB value is (101,10,91). Sum of RGB (Red+Green+Blue) = 101+10+91=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #650A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A5B is #9AF5A4. Grayscale: #2E2E2E. Windows color (decimal): -10155429 or 5966437. OLE color: 5966437.

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

Color convert

RGB1011091-
CMYK00.900.100.60
HSL306.59º81.98%21.76%-
HSV(B)306.59º90.1%39.61%-
XYZ7.363.7410.23-
YUV46.44153.15166.91-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=50%
G=4.95%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101109100.900.100.60306.5981.9821.76
Hex65A5B05AA3C1335216
Octal145121330132127446312226
Binary110010110101011011010110101010111100100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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