#6B1F57

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

Shades of Palatinate Purple #6B1F57

Tints of Palatinate Purple #6B1F57

Color information

#6B1F57 (or 0x6B1F57) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 1F and 57. RGB value is (107,31,87). Sum of RGB (Red+Green+Blue) = 107+31+87=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1F57 is #94E0A8. Grayscale: #3B3B3B. Windows color (decimal): -9756841 or 5709675. OLE color: 5709675.

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

Color convert

RGB1073187-
CMYK00.710.190.58
HSL315.79º55.07%27.06%-
HSV(B)315.79º71.03%41.96%-
XYZ8.274.799.51-
YUV60.11143.18161.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=47.56%
G=13.78%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107318700.710.190.58315.7955.0727.06
Hex6B1F57047133A13c371b
Octal15337127010723724746733
Binary1101011111111010111010001111001111101010011110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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