#6D0B5E

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

Shades of Palatinate Purple #6D0B5E

Tints of Palatinate Purple #6D0B5E

Color information

#6D0B5E (or 0x6D0B5E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 0B and 5E. RGB value is (109,11,94). Sum of RGB (Red+Green+Blue) = 109+11+94=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0B5E is #92F4A1. Grayscale: #313131. Windows color (decimal): -9630882 or 6163309. OLE color: 6163309.

HSL color Cylindrical-coordinate representation of color #6D0B5E: hue angle of 309.18º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B5E is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1091194-
CMYK00.900.140.57
HSL309.18º81.67%23.53%-
HSV(B)309.18º89.91%42.75%-
XYZ8.454.310.97-
YUV49.76152.97170.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=50.93%
G=5.14%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109119400.900.140.57309.1881.6723.53
Hex6DB5E05AE391355218
Octal155131360132167146512230
Binary110110110111011110010110101110111001100110101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,11,94); }

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

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

 a { background-color: rgb(109,11,94); }

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

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

 span { border-color: rgb(109,11,94); }

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