#651365

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

Shades of Palatinate Purple #651365

Tints of Palatinate Purple #651365

Color information

#651365 (or 0x651365) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 65. RGB value is (101,19,101). Sum of RGB (Red+Green+Blue) = 101+19+101=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #651365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651365 is #9AEC9A. Grayscale: #343434. Windows color (decimal): -10153115 or 6624101. OLE color: 6624101.

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

Color convert

RGB10119101-
CMYK00.8100.60
HSL300º68.33%23.53%-
HSV(B)300º81.19%39.61%-
XYZ7.954.1712.7-
YUV52.87155.17162.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=45.70%
G=8.60%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1011910100.8100.6030068.3323.53
Hex65136505103C12c4418
Octal14523145012107445410430
Binary1100101100111100101010100010111100100101100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651365; }

 p { color: rgb(101,19,101); }

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

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

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

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

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

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

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