#6A035C

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

Shades of Palatinate Purple #6A035C

Tints of Palatinate Purple #6A035C

Color information

#6A035C (or 0x6A035C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 03 and 5C. RGB value is (106,3,92). Sum of RGB (Red+Green+Blue) = 106+3+92=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A035C is #95FCA3. Grayscale: #2B2B2B. Windows color (decimal): -9829540 or 6030186. OLE color: 6030186.

HSL color Cylindrical-coordinate representation of color #6A035C: hue angle of 308.16º 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 #6A035C is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB106392-
CMYK00.970.130.58
HSL308.16º94.5%21.37%-
HSV(B)308.16º97.17%41.57%-
XYZ7.913.910.46-
YUV43.94155.12172.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.74%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=52.74%
G=1.49%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10639200.970.130.58308.1694.521.37
Hex6A35C061D3A1345e15
Octal15231340141157246413625
Binary1101010111011100011000011101111010100110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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