#6B1E54

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

Shades of Palatinate Purple #6B1E54

Tints of Palatinate Purple #6B1E54

Color information

#6B1E54 (or 0x6B1E54) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 1E and 54. RGB value is (107,30,84). Sum of RGB (Red+Green+Blue) = 107+30+84=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E54 is #94E1AB. Grayscale: #3B3B3B. Windows color (decimal): -9757100 or 5512811. OLE color: 5512811.

HSL color Cylindrical-coordinate representation of color #6B1E54: hue angle of 317.92º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B1E54 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1073084-
CMYK00.720.210.58
HSL317.92º56.2%26.86%-
HSV(B)317.92º71.96%41.96%-
XYZ8.134.698.87-
YUV59.18142.01162.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=48.42%
G=13.57%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107308400.720.210.58317.9256.226.86
Hex6B1E54048153A13e381b
Octal15336124011025724767033
Binary1101011111101010100010010001010111101010011111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,84); }

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

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

 a { background-color: rgb(107,30,84); }

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

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

 span { border-color: rgb(107,30,84); }

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