#6A075C

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

Shades of Palatinate Purple #6A075C

Tints of Palatinate Purple #6A075C

Color information

#6A075C (or 0x6A075C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 07 and 5C. RGB value is (106,7,92). Sum of RGB (Red+Green+Blue) = 106+7+92=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A075C is #95F8A3. Grayscale: #2E2E2E. Windows color (decimal): -9828516 or 6031210. OLE color: 6031210.

HSL color Cylindrical-coordinate representation of color #6A075C: hue angle of 308.48º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A075C is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB106792-
CMYK00.930.130.58
HSL308.48º87.61%22.16%-
HSV(B)308.48º93.4%41.57%-
XYZ7.953.9910.48-
YUV46.29153.8170.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=51.71%
G=3.41%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10679200.930.130.58308.4887.6122.16
Hex6A75C05DD3A1345816
Octal15271340135157246413026
Binary11010101111011100010111011101111010100110100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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