#6A0A5B

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

Shades of Palatinate Purple #6A0A5B

Tints of Palatinate Purple #6A0A5B

Color information

#6A0A5B (or 0x6A0A5B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 0A and 5B. RGB value is (106,10,91). Sum of RGB (Red+Green+Blue) = 106+10+91=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0A5B is #95F5A4. Grayscale: #2F2F2F. Windows color (decimal): -9827749 or 5966442. OLE color: 5966442.

HSL color Cylindrical-coordinate representation of color #6A0A5B: hue angle of 309.38º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A5B is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1061091-
CMYK00.910.140.58
HSL309.38º82.76%22.75%-
HSV(B)309.38º90.57%41.57%-
XYZ7.944.0410.26-
YUV47.94152.3169.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=51.21%
G=4.83%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106109100.910.140.58309.3882.7622.75
Hex6AA5B05BE3A1355317
Octal152121330133167246512327
Binary110101010101011011010110111110111010100110101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,10,91); }

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

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

 a { background-color: rgb(106,10,91); }

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

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

 span { border-color: rgb(106,10,91); }

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