#6A0A75

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

Shades of Purple #6A0A75

Tints of Purple #6A0A75

Color information

#6A0A75 (or 0x6A0A75) is unknown color: approx Purple. HEX triplet: 6A, 0A and 75. RGB value is (106,10,117). Sum of RGB (Red+Green+Blue) = 106+10+117=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A0A75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0A75 is #95F58A. Grayscale: #323232. Windows color (decimal): -9827723 or 7670378. OLE color: 7670378.

HSL color Cylindrical-coordinate representation of color #6A0A75: hue angle of 293.83º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A75 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10610117-
CMYK0.090.9100.54
HSL293.83º84.25%24.9%-
HSV(B)293.83º91.45%45.88%-
XYZ9.264.5717.22-
YUV50.9165.3167.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.49%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=45.49%
G=4.29%
B=50.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106101170.090.9100.54293.8384.2524.9
Hex6AA7595B0361265419
Octal152121651113306644612431
Binary110101010101110101100110110110110110100100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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