#6A156D

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

Shades of Palatinate Purple #6A156D

Tints of Palatinate Purple #6A156D

Color information

#6A156D (or 0x6A156D) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 15 and 6D. RGB value is (106,21,109). Sum of RGB (Red+Green+Blue) = 106+21+109=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A156D is #95EA92. Grayscale: #383838. Windows color (decimal): -9824915 or 7148906. OLE color: 7148906.

HSL color Cylindrical-coordinate representation of color #6A156D: hue angle of 297.95º 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 #6A156D is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10621109-
CMYK0.030.8100.57
HSL297.95º67.69%25.49%-
HSV(B)297.95º80.73%42.75%-
XYZ8.974.714.9-
YUV56.45157.66163.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=44.92%
G=8.90%
B=46.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106211090.030.8100.57297.9567.6925.49
Hex6A156D35103912a4419
Octal15225155312107145210431
Binary11010101010111011011110100010111001100101010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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