#6A035B

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

Shades of Palatinate Purple #6A035B

Tints of Palatinate Purple #6A035B

Color information

#6A035B (or 0x6A035B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 03 and 5B. RGB value is (106,3,91). Sum of RGB (Red+Green+Blue) = 106+3+91=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A035B is #95FCA4. Grayscale: #2B2B2B. Windows color (decimal): -9829541 or 5964650. OLE color: 5964650.

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

Color convert

RGB106391-
CMYK00.970.140.58
HSL308.74º94.5%21.37%-
HSV(B)308.74º97.17%41.57%-
XYZ7.863.8810.23-
YUV43.83154.62172.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=53%
G=1.5%
B=45.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10639100.970.140.58308.7494.521.37
Hex6A35B061E3A1355e15
Octal15231330141167246513625
Binary1101010111011011011000011110111010100110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A035B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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