#6A048A

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

Shades of Purple #6A048A

Tints of Purple #6A048A

Color information

#6A048A (or 0x6A048A) is unknown color: approx Purple. HEX triplet: 6A, 04 and 8A. RGB value is (106,4,138). Sum of RGB (Red+Green+Blue) = 106+4+138=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A048A is #95FB75. Grayscale: #313131. Windows color (decimal): -9829238 or 9045098. OLE color: 9045098.

HSL color Cylindrical-coordinate representation of color #6A048A: hue angle of 285.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A048A is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1064138-
CMYK0.230.9700.46
HSL285.67º94.37%27.84%-
HSV(B)285.67º97.1%54.12%-
XYZ10.574.9924.45-
YUV49.77177.79168.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=42.74%
G=1.61%
B=55.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10641380.230.9700.46285.6794.3727.84
Hex6A48A176102E11e5e1c
Octal15242122714105643613634
Binary1101010100100010101011111000010101110100011110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,4,138); }

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

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

 a { background-color: rgb(106,4,138); }

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

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

 span { border-color: rgb(106,4,138); }

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