#651562

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

Shades of Palatinate Purple #651562

Tints of Palatinate Purple #651562

Color information

#651562 (or 0x651562) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 62. RGB value is (101,21,98). Sum of RGB (Red+Green+Blue) = 101+21+98=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #651562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651562 is #9AEA9D. Grayscale: #353535. Windows color (decimal): -10152606 or 6428005. OLE color: 6428005.

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

Color convert

RGB1012198-
CMYK00.790.030.60
HSL302.25º65.57%23.92%-
HSV(B)302.25º79.21%39.61%-
XYZ7.844.1811.95-
YUV53.7153161.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=45.91%
G=9.55%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101219800.790.030.60302.2565.5723.92
Hex65156204F33C12e4218
Octal14525142011737445610230
Binary11001011010111000100100111111111100100101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651562; }

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

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

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

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

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

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

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

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