#6D215A

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

Shades of Palatinate Purple #6D215A

Tints of Palatinate Purple #6D215A

Color information

#6D215A (or 0x6D215A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 21 and 5A. RGB value is (109,33,90). Sum of RGB (Red+Green+Blue) = 109+33+90=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D215A is #92DEA5. Grayscale: #3E3E3E. Windows color (decimal): -9625254 or 5906797. OLE color: 5906797.

HSL color Cylindrical-coordinate representation of color #6D215A: hue angle of 315º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D215A is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1093390-
CMYK00.700.170.57
HSL315º53.52%27.84%-
HSV(B)315º69.72%42.75%-
XYZ8.75.0810.19-
YUV62.22143.68161.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=46.98%
G=14.22%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109339000.700.170.5731553.5227.84
Hex6D215A046113913b361c
Octal15541132010621714736634
Binary11011011000011011010010001101000111100110011101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,90); }

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

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

 a { background-color: rgb(109,33,90); }

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

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

 span { border-color: rgb(109,33,90); }

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