#650060

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

Shades of Palatinate Purple #650060

Tints of Palatinate Purple #650060

Color information

#650060 (or 0x650060) is unknown color: approx Palatinate Purple. HEX triplet: 65, 00 and 60. RGB value is (101,0,96). Sum of RGB (Red+Green+Blue) = 101+0+96=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #650060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650060 is #9AFF9F. Grayscale: #282828. Windows color (decimal): -10157984 or 6291557. OLE color: 6291557.

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

Color convert

RGB101096-
CMYK010.050.60
HSL302.97º100%19.8%-
HSV(B)302.97º100%39.61%-
XYZ7.483.6111.37-
YUV41.14158.96170.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=51.27%
G=0%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101096010.050.60302.9710019.8
Hex6506006453C12f6414
Octal1450140014457445714424
Binary11001010110000001100100101111100100101111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650060; }

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

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

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

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

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

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

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

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