#6B145C

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

Shades of Palatinate Purple #6B145C

Tints of Palatinate Purple #6B145C

Color information

#6B145C (or 0x6B145C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 14 and 5C. RGB value is (107,20,92). Sum of RGB (Red+Green+Blue) = 107+20+92=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B145C is #94EBA3. Grayscale: #363636. Windows color (decimal): -9759652 or 6034539. OLE color: 6034539.

HSL color Cylindrical-coordinate representation of color #6B145C: hue angle of 310.34º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B145C is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1072092-
CMYK00.810.140.58
HSL310.34º68.5%24.9%-
HSV(B)310.34º81.31%41.96%-
XYZ8.254.410.54-
YUV54.22149.32165.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=48.86%
G=9.13%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107209200.810.140.58310.3468.524.9
Hex6B145C051E3A1364519
Octal153241340121167246610531
Binary1101011101001011100010100011110111010100110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,20,92); }

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

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

 a { background-color: rgb(107,20,92); }

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

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

 span { border-color: rgb(107,20,92); }

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