#6B1D57

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

Shades of Palatinate Purple #6B1D57

Tints of Palatinate Purple #6B1D57

Color information

#6B1D57 (or 0x6B1D57) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 1D and 57. RGB value is (107,29,87). Sum of RGB (Red+Green+Blue) = 107+29+87=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D57 is #94E2A8. Grayscale: #3A3A3A. Windows color (decimal): -9757353 or 5709163. OLE color: 5709163.

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

Color convert

RGB1072987-
CMYK00.730.190.58
HSL315.38º57.35%26.67%-
HSV(B)315.38º72.9%41.96%-
XYZ8.224.699.49-
YUV58.93143.84162.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=47.98%
G=13.00%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107298700.730.190.58315.3857.3526.67
Hex6B1D57049133A13b391b
Octal15335127011123724737133
Binary1101011111011010111010010011001111101010011101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,29,87); }

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

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

 a { background-color: rgb(107,29,87); }

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

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

 span { border-color: rgb(107,29,87); }

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