#6B106D

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

Shades of Palatinate Purple #6B106D

Tints of Palatinate Purple #6B106D

Color information

#6B106D (or 0x6B106D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 10 and 6D. RGB value is (107,16,109). Sum of RGB (Red+Green+Blue) = 107+16+109=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B106D is #94EF92. Grayscale: #353535. Windows color (decimal): -9760659 or 7147627. OLE color: 7147627.

HSL color Cylindrical-coordinate representation of color #6B106D: hue angle of 298.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B106D is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10716109-
CMYK0.020.8500.57
HSL298.71º74.4%24.51%-
HSV(B)298.71º85.32%42.75%-
XYZ9.014.614.88-
YUV53.81159.15165.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=46.12%
G=6.90%
B=46.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107161090.020.8500.57298.7174.424.51
Hex6B106D25503912b4a19
Octal15320155212507145311231
Binary11010111000011011011010101010111001100101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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