#651468

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

Shades of Palatinate Purple #651468

Tints of Palatinate Purple #651468

Color information

#651468 (or 0x651468) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 68. RGB value is (101,20,104). Sum of RGB (Red+Green+Blue) = 101+20+104=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #651468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651468 is #9AEB97. Grayscale: #353535. Windows color (decimal): -10152856 or 6820965. OLE color: 6820965.

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

Color convert

RGB10120104-
CMYK0.030.8100.59
HSL297.86º67.74%24.31%-
HSV(B)297.86º80.77%40.78%-
XYZ8.124.2713.49-
YUV53.79156.34161.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=44.89%
G=8.89%
B=46.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101201040.030.8100.59297.8667.7424.31
Hex65146835103B12a4418
Octal14524150312107345210430
Binary11001011010011010001110100010111011100101010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651468; }

 p { color: rgb(101,20,104); }

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

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

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

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

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

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

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