#6D225A

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

Shades of Palatinate Purple #6D225A

Tints of Palatinate Purple #6D225A

Color information

#6D225A (or 0x6D225A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 22 and 5A. RGB value is (109,34,90). Sum of RGB (Red+Green+Blue) = 109+34+90=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D225A is #92DDA5. Grayscale: #3E3E3E. Windows color (decimal): -9624998 or 5907053. OLE color: 5907053.

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

Color convert

RGB1093490-
CMYK00.690.170.57
HSL315.2º52.45%28.04%-
HSV(B)315.2º68.81%42.75%-
XYZ8.725.1310.2-
YUV62.81143.35160.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=46.78%
G=14.59%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109349000.690.170.57315.252.4528.04
Hex6D225A045113913b341c
Octal15542132010521714736434
Binary11011011000101011010010001011000111100110011101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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