#6B1055

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

Shades of Palatinate Purple #6B1055

Tints of Palatinate Purple #6B1055

Color information

#6B1055 (or 0x6B1055) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 10 and 55. RGB value is (107,16,85). Sum of RGB (Red+Green+Blue) = 107+16+85=208 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.44% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1055 is #94EFAA. Grayscale: #323232. Windows color (decimal): -9760683 or 5574763. OLE color: 5574763.

HSL color Cylindrical-coordinate representation of color #6B1055: hue angle of 314.51º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1055 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1071685-
CMYK00.850.210.58
HSL314.51º73.98%24.12%-
HSV(B)314.51º85.05%41.96%-
XYZ7.894.158.98-
YUV51.08147.15167.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.44%
GREEN value IS 16 (6.64% from 255) = 7.69%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=51.44%
G=7.69%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107168500.850.210.58314.5173.9824.12
Hex6B1055055153A13b4a18
Octal153201250125257247311230
Binary11010111000010101010101010110101111010100111011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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