#6B2A5D

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

Shades of Palatinate Purple #6B2A5D

Tints of Palatinate Purple #6B2A5D

Color information

#6B2A5D (or 0x6B2A5D) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 2A and 5D. RGB value is (107,42,93). Sum of RGB (Red+Green+Blue) = 107+42+93=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2A5D is #94D5A2. Grayscale: #434343. Windows color (decimal): -9754019 or 6105707. OLE color: 6105707.

HSL color Cylindrical-coordinate representation of color #6B2A5D: hue angle of 312.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B2A5D is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB1074293-
CMYK00.610.130.58
HSL312.92º43.62%29.22%-
HSV(B)312.92º60.75%41.96%-
XYZ8.875.5710.96-
YUV67.25142.53156.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=44.21%
G=17.36%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107429300.610.130.58312.9243.6229.22
Hex6B2A5D03DD3A1392c1d
Octal1535213507515724715435
Binary110101110101010111010111101110111101010011100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,42,93); }

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

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

 a { background-color: rgb(107,42,93); }

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

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

 span { border-color: rgb(107,42,93); }

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