#6B155A

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

Shades of Palatinate Purple #6B155A

Tints of Palatinate Purple #6B155A

Color information

#6B155A (or 0x6B155A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 15 and 5A. RGB value is (107,21,90). Sum of RGB (Red+Green+Blue) = 107+21+90=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B155A is #94EAA5. Grayscale: #363636. Windows color (decimal): -9759398 or 5903723. OLE color: 5903723.

HSL color Cylindrical-coordinate representation of color #6B155A: hue angle of 311.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B155A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1072190-
CMYK00.800.160.58
HSL311.86º67.19%25.1%-
HSV(B)311.86º80.37%41.96%-
XYZ8.184.410.09-
YUV54.58147.99165.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=49.08%
G=9.63%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107219000.800.160.58311.8667.1925.1
Hex6B155A050103A1384319
Octal153251320120207247010331
Binary11010111010110110100101000010000111010100111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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