#6B105B

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

Shades of Palatinate Purple #6B105B

Tints of Palatinate Purple #6B105B

Color information

#6B105B (or 0x6B105B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 10 and 5B. RGB value is (107,16,91). Sum of RGB (Red+Green+Blue) = 107+16+91=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B105B is #94EFA4. Grayscale: #333333. Windows color (decimal): -9760677 or 5967979. OLE color: 5967979.

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

Color convert

RGB1071691-
CMYK00.850.150.58
HSL310.55º73.98%24.12%-
HSV(B)310.55º85.05%41.96%-
XYZ8.144.2510.29-
YUV51.76150.15167.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=50%
G=7.48%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107169100.850.150.58310.5573.9824.12
Hex6B105B055F3A1374a18
Octal153201330125177246711230
Binary1101011100001011011010101011111111010100110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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