#6D2658

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

Shades of Palatinate Purple #6D2658

Tints of Palatinate Purple #6D2658

Color information

#6D2658 (or 0x6D2658) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 26 and 58. RGB value is (109,38,88). Sum of RGB (Red+Green+Blue) = 109+38+88=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2658 is #92D9A7. Grayscale: #404040. Windows color (decimal): -9623976 or 5777005. OLE color: 5777005.

HSL color Cylindrical-coordinate representation of color #6D2658: hue angle of 317.75º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2658 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB1093888-
CMYK00.650.190.57
HSL317.75º48.3%28.82%-
HSV(B)317.75º65.14%42.75%-
XYZ8.765.349.8-
YUV64.93141.02159.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=46.38%
G=16.17%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109388800.650.190.57317.7548.328.82
Hex6D2658041133913e301d
Octal15546130010123714766035
Binary11011011001101011000010000011001111100110011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,38,88); }

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

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

 a { background-color: rgb(109,38,88); }

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

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

 span { border-color: rgb(109,38,88); }

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