#6B1460

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

Shades of Palatinate Purple #6B1460

Tints of Palatinate Purple #6B1460

Color information

#6B1460 (or 0x6B1460) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 14 and 60. RGB value is (107,20,96). Sum of RGB (Red+Green+Blue) = 107+20+96=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1460 is #94EB9F. Grayscale: #363636. Windows color (decimal): -9759648 or 6296683. OLE color: 6296683.

HSL color Cylindrical-coordinate representation of color #6B1460: hue angle of 307.59º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1460 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB1072096-
CMYK00.810.100.58
HSL307.59º68.5%24.9%-
HSV(B)307.59º81.31%41.96%-
XYZ8.424.4711.49-
YUV54.68151.32165.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=47.98%
G=8.97%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107209600.810.100.58307.5968.524.9
Hex6B1460051A3A1344519
Octal153241400121127246410531
Binary1101011101001100000010100011010111010100110100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1460; }

 p { color: rgb(107,20,96); }

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

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

 a { background-color: rgb(107,20,96); }

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

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

 span { border-color: rgb(107,20,96); }

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