#6A3055

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

Shades of Palatinate Purple #6A3055

Tints of Palatinate Purple #6A3055

Color information

#6A3055 (or 0x6A3055) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 30 and 55. RGB value is (106,48,85). Sum of RGB (Red+Green+Blue) = 106+48+85=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3055 is #95CFAA. Grayscale: #454545. Windows color (decimal): -9818027 or 5582954. OLE color: 5582954.

HSL color Cylindrical-coordinate representation of color #6A3055: hue angle of 321.72º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3055 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB1064885-
CMYK00.550.200.58
HSL321.72º37.66%30.2%-
HSV(B)321.72º54.72%41.57%-
XYZ8.645.839.26-
YUV69.56136.72153.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=44.35%
G=20.08%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106488500.550.200.58321.7237.6630.2
Hex6A3055037143A142261e
Octal1526012506724725024636
Binary1101010110000101010101101111010011101010100001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,85); }

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

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

 a { background-color: rgb(106,48,85); }

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

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

 span { border-color: rgb(106,48,85); }

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