#6D2A5E

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

Shades of Palatinate Purple #6D2A5E

Tints of Palatinate Purple #6D2A5E

Color information

#6D2A5E (or 0x6D2A5E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 2A and 5E. RGB value is (109,42,94). Sum of RGB (Red+Green+Blue) = 109+42+94=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A5E is #92D5A1. Grayscale: #434343. Windows color (decimal): -9622946 or 6171245. OLE color: 6171245.

HSL color Cylindrical-coordinate representation of color #6D2A5E: hue angle of 313.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A5E is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1094294-
CMYK00.610.140.57
HSL313.43º44.37%29.61%-
HSV(B)313.43º61.47%42.75%-
XYZ9.165.7211.21-
YUV67.96142.7157.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=44.49%
G=17.14%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109429400.610.140.57313.4344.3729.61
Hex6D2A5E03DE391392c1e
Octal1555213607516714715436
Binary110110110101010111100111101111011100110011100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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