#6B156D

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

Shades of Palatinate Purple #6B156D

Tints of Palatinate Purple #6B156D

Color information

#6B156D (or 0x6B156D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 6D. RGB value is (107,21,109). Sum of RGB (Red+Green+Blue) = 107+21+109=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B156D is #94EA92. Grayscale: #383838. Windows color (decimal): -9759379 or 7148907. OLE color: 7148907.

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

Color convert

RGB10721109-
CMYK0.020.8100.57
HSL298.64º67.69%25.49%-
HSV(B)298.64º80.73%42.75%-
XYZ9.094.7714.91-
YUV56.75157.49163.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=45.15%
G=8.86%
B=45.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107211090.020.8100.57298.6467.6925.49
Hex6B156D25103912b4419
Octal15325155212107145310431
Binary11010111010111011011010100010111001100101011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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