#6D305B

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

Shades of Palatinate Purple #6D305B

Tints of Palatinate Purple #6D305B

Color information

#6D305B (or 0x6D305B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 30 and 5B. RGB value is (109,48,91). Sum of RGB (Red+Green+Blue) = 109+48+91=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D305B is #92CFA4. Grayscale: #474747. Windows color (decimal): -9621413 or 5976173. OLE color: 5976173.

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

Color convert

RGB1094891-
CMYK00.560.170.57
HSL317.7º38.85%30.78%-
HSV(B)317.7º55.96%42.75%-
XYZ9.256.1210.59-
YUV71.14139.21155-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=43.95%
G=19.35%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109489100.560.170.57317.738.8530.78
Hex6D305B038113913e271f
Octal1556013307021714764737
Binary1101101110000101101101110001000111100110011111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,48,91); }

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

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

 a { background-color: rgb(109,48,91); }

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

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

 span { border-color: rgb(109,48,91); }

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