#6B3158

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

Shades of Palatinate Purple #6B3158

Tints of Palatinate Purple #6B3158

Color information

#6B3158 (or 0x6B3158) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 31 and 58. RGB value is (107,49,88). Sum of RGB (Red+Green+Blue) = 107+49+88=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3158 is #94CEA7. Grayscale: #464646. Windows color (decimal): -9752232 or 5779819. OLE color: 5779819.

HSL color Cylindrical-coordinate representation of color #6B3158: hue angle of 319.66º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B3158 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1074988-
CMYK00.540.180.58
HSL319.66º37.18%30.59%-
HSV(B)319.66º54.21%41.96%-
XYZ8.926.039.93-
YUV70.79137.72153.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.85%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=43.85%
G=20.08%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107498800.540.180.58319.6637.1830.59
Hex6B3158036123A140251f
Octal1536113006622725004537
Binary1101011110001101100001101101001011101010100000010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,88); }

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

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

 a { background-color: rgb(107,49,88); }

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

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

 span { border-color: rgb(107,49,88); }

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