#6D035E

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

Shades of Palatinate Purple #6D035E

Tints of Palatinate Purple #6D035E

Color information

#6D035E (or 0x6D035E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 03 and 5E. RGB value is (109,3,94). Sum of RGB (Red+Green+Blue) = 109+3+94=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D035E is #92FCA1. Grayscale: #2C2C2C. Windows color (decimal): -9632930 or 6161261. OLE color: 6161261.

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

Color convert

RGB109394-
CMYK00.970.140.57
HSL308.49º94.64%21.96%-
HSV(B)308.49º97.25%42.75%-
XYZ8.364.1210.95-
YUV45.07155.62173.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=52.91%
G=1.46%
B=45.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10939400.970.140.57308.4994.6421.96
Hex6D35E061E391345f16
Octal15531360141167146413726
Binary1101101111011110011000011110111001100110100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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