#6B2158

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

Shades of Palatinate Purple #6B2158

Tints of Palatinate Purple #6B2158

Color information

#6B2158 (or 0x6B2158) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 21 and 58. RGB value is (107,33,88). Sum of RGB (Red+Green+Blue) = 107+33+88=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2158 is #94DEA7. Grayscale: #3D3D3D. Windows color (decimal): -9756328 or 5775723. OLE color: 5775723.

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

Color convert

RGB1073388-
CMYK00.690.180.58
HSL315.41º52.86%27.45%-
HSV(B)315.41º69.16%41.96%-
XYZ8.374.929.74-
YUV61.4143.02160.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.93%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=46.93%
G=14.47%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107338800.690.180.58315.4152.8627.45
Hex6B2158045123A13b351b
Octal15341130010522724736533
Binary11010111000011011000010001011001011101010011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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