#650562

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

Shades of Palatinate Purple #650562

Tints of Palatinate Purple #650562

Color information

#650562 (or 0x650562) is unknown color: approx Palatinate Purple. HEX triplet: 65, 05 and 62. RGB value is (101,5,98). Sum of RGB (Red+Green+Blue) = 101+5+98=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #650562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650562 is #9AFA9D. Grayscale: #2C2C2C. Windows color (decimal): -10156702 or 6423909. OLE color: 6423909.

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

Color convert

RGB101598-
CMYK00.950.030.60
HSL301.88º90.57%20.78%-
HSV(B)301.88º95.05%39.61%-
XYZ7.633.7611.88-
YUV44.31158.3168.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=49.51%
G=2.45%
B=48.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10159800.950.030.60301.8890.5720.78
Hex6556205F33C12e5b15
Octal1455142013737445613325
Binary110010110111000100101111111111100100101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650562; }

 p { color: rgb(101,5,98); }

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

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

 a { background-color: rgb(101,5,98); }

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

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

 span { border-color: rgb(101,5,98); }

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