#6B2559

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

Shades of Palatinate Purple #6B2559

Tints of Palatinate Purple #6B2559

Color information

#6B2559 (or 0x6B2559) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 25 and 59. RGB value is (107,37,89). Sum of RGB (Red+Green+Blue) = 107+37+89=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2559 is #94DAA6. Grayscale: #3F3F3F. Windows color (decimal): -9755303 or 5842283. OLE color: 5842283.

HSL color Cylindrical-coordinate representation of color #6B2559: hue angle of 315.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B2559 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1073789-
CMYK00.650.170.58
HSL315.43º48.61%28.24%-
HSV(B)315.43º65.42%41.96%-
XYZ8.535.1710-
YUV63.86142.19158.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=45.92%
G=15.88%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107378900.650.170.58315.4348.6128.24
Hex6B2559041113A13b311c
Octal15345131010121724736134
Binary11010111001011011001010000011000111101010011101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,89); }

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

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

 a { background-color: rgb(107,37,89); }

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

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

 span { border-color: rgb(107,37,89); }

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