#6A2558

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

Shades of Palatinate Purple #6A2558

Tints of Palatinate Purple #6A2558

Color information

#6A2558 (or 0x6A2558) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 25 and 58. RGB value is (106,37,88). Sum of RGB (Red+Green+Blue) = 106+37+88=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2558 is #95DAA7. Grayscale: #3F3F3F. Windows color (decimal): -9820840 or 5776746. OLE color: 5776746.

HSL color Cylindrical-coordinate representation of color #6A2558: hue angle of 315.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2558 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB1063788-
CMYK00.650.170.58
HSL315.65º48.25%28.04%-
HSV(B)315.65º65.09%41.57%-
XYZ8.375.099.77-
YUV63.44141.86158.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=45.89%
G=16.02%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106378800.650.170.58315.6548.2528.04
Hex6A2558041113A13c301c
Octal15245130010121724746034
Binary11010101001011011000010000011000111101010011110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,88); }

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

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

 a { background-color: rgb(106,37,88); }

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

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

 span { border-color: rgb(106,37,88); }

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