#6B0E5E

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

Shades of Palatinate Purple #6B0E5E

Tints of Palatinate Purple #6B0E5E

Color information

#6B0E5E (or 0x6B0E5E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0E and 5E. RGB value is (107,14,94). Sum of RGB (Red+Green+Blue) = 107+14+94=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0E5E is #94F1A1. Grayscale: #323232. Windows color (decimal): -9761186 or 6164075. OLE color: 6164075.

HSL color Cylindrical-coordinate representation of color #6B0E5E: hue angle of 308.39º 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 #6B0E5E is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1071494-
CMYK00.870.120.58
HSL308.39º76.86%23.73%-
HSV(B)308.39º86.92%41.96%-
XYZ8.244.2510.98-
YUV50.93152.31168-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=49.77%
G=6.51%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107149400.870.120.58308.3976.8623.73
Hex6BE5E057C3A1344d18
Octal153161360127147246411530
Binary110101111101011110010101111100111010100110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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