#6B1D55

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

Shades of Palatinate Purple #6B1D55

Tints of Palatinate Purple #6B1D55

Color information

#6B1D55 (or 0x6B1D55) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 1D and 55. RGB value is (107,29,85). Sum of RGB (Red+Green+Blue) = 107+29+85=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1D55 is #94E2AA. Grayscale: #3A3A3A. Windows color (decimal): -9757355 or 5578091. OLE color: 5578091.

HSL color Cylindrical-coordinate representation of color #6B1D55: hue angle of 316.92º 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 #6B1D55 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1072985-
CMYK00.730.210.58
HSL316.92º57.35%26.67%-
HSV(B)316.92º72.9%41.96%-
XYZ8.144.669.06-
YUV58.71142.84162.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=48.42%
G=13.12%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107298500.730.210.58316.9257.3526.67
Hex6B1D55049153A13d391b
Octal15335125011125724757133
Binary1101011111011010101010010011010111101010011110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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