#6B0E54

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

Shades of Palatinate Purple #6B0E54

Tints of Palatinate Purple #6B0E54

Color information

#6B0E54 (or 0x6B0E54) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0E and 54. RGB value is (107,14,84). Sum of RGB (Red+Green+Blue) = 107+14+84=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E54 is #94F1AB. Grayscale: #313131. Windows color (decimal): -9761196 or 5508715. OLE color: 5508715.

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

Color convert

RGB1071484-
CMYK00.870.210.58
HSL314.84º76.86%23.73%-
HSV(B)314.84º86.92%41.96%-
XYZ7.824.088.76-
YUV49.79147.31168.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=52.20%
G=6.83%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107148400.870.210.58314.8476.8623.73
Hex6BE54057153A13b4d18
Octal153161240127257247311530
Binary1101011111010101000101011110101111010100111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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