#6a1857

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

Shades of Palatinate Purple #6A1857

Tints of Palatinate Purple #6A1857

Color information

#6A1857 (or 0x6A1857) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 18 and 57. RGB value is (106,24,87). Sum of RGB (Red+Green+Blue) = 106+24+87=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1857 is #95E7A8. Grayscale: #373737. Windows color (decimal): -9824169 or 5707882. OLE color: 5707882.

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

Color convert

RGB1062487-
CMYK00.770.180.58
HSL313.9º63.08%25.49%-
HSV(B)313.9º77.36%41.57%-
XYZ7.994.419.45-
YUV55.7145.67163.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.85%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 87 (34.38% from 255) = 40.09%
R=48.85%
G=11.06%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106248700.770.180.58313.963.0825.49
Hex6A185704D123A13a3f19
Octal15230127011522724727731
Binary1101010110001010111010011011001011101010011101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,87); }

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

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

 a { background-color: rgb(106,24,87); }

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

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

 span { border-color: rgb(106,24,87); }

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