#650760

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

Shades of Palatinate Purple #650760

Tints of Palatinate Purple #650760

Color information

#650760 (or 0x650760) is unknown color: approx Palatinate Purple. HEX triplet: 65, 07 and 60. RGB value is (101,7,96). Sum of RGB (Red+Green+Blue) = 101+7+96=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #650760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650760 is #9AF89F. Grayscale: #2C2C2C. Windows color (decimal): -10156192 or 6293349. OLE color: 6293349.

HSL color Cylindrical-coordinate representation of color #650760: hue angle of 303.19º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650760 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB101796-
CMYK00.930.050.60
HSL303.19º87.04%21.18%-
HSV(B)303.19º93.07%39.61%-
XYZ7.553.7611.39-
YUV45.25156.64167.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=49.51%
G=3.43%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10179600.930.050.60303.1987.0421.18
Hex6576005D53C12f5715
Octal1457140013557445712725
Binary1100101111110000001011101101111100100101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650760; }

 p { color: rgb(101,7,96); }

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

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

 a { background-color: rgb(101,7,96); }

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

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

 span { border-color: rgb(101,7,96); }

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