#6B285A

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

Shades of Palatinate Purple #6B285A

Tints of Palatinate Purple #6B285A

Color information

#6B285A (or 0x6B285A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 28 and 5A. RGB value is (107,40,90). Sum of RGB (Red+Green+Blue) = 107+40+90=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B285A is #94D7A5. Grayscale: #414141. Windows color (decimal): -9754534 or 5908587. OLE color: 5908587.

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

Color convert

RGB1074090-
CMYK00.630.160.58
HSL315.22º45.58%28.82%-
HSV(B)315.22º62.62%41.96%-
XYZ8.675.3810.25-
YUV65.73141.7157.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=45.15%
G=16.88%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107409000.630.160.58315.2245.5828.82
Hex6B285A03F103A13b2e1d
Octal1535013207720724735635
Binary1101011101000101101001111111000011101010011101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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