#650A5C

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

Shades of Palatinate Purple #650A5C

Tints of Palatinate Purple #650A5C

Color information

#650A5C (or 0x650A5C) is unknown color: approx Palatinate Purple. HEX triplet: 65, 0A and 5C. RGB value is (101,10,92). Sum of RGB (Red+Green+Blue) = 101+10+92=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #650A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650A5C is #9AF5A3. Grayscale: #2E2E2E. Windows color (decimal): -10155428 or 6031973. OLE color: 6031973.

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

Color convert

RGB1011092-
CMYK00.900.090.60
HSL305.93º81.98%21.76%-
HSV(B)305.93º90.1%39.61%-
XYZ7.413.7610.46-
YUV46.56153.65166.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=49.75%
G=4.93%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101109200.900.090.60305.9381.9821.76
Hex65A5C05A93C1325216
Octal145121340132117446212226
Binary110010110101011100010110101001111100100110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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