#6A048B

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

Shades of Purple #6A048B

Tints of Purple #6A048B

Color information

#6A048B (or 0x6A048B) is unknown color: approx Purple. HEX triplet: 6A, 04 and 8B. RGB value is (106,4,139). Sum of RGB (Red+Green+Blue) = 106+4+139=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A048B is #95FB74. Grayscale: #313131. Windows color (decimal): -9829237 or 9110634. OLE color: 9110634.

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

Color convert

RGB1064139-
CMYK0.240.9700.45
HSL285.33º94.41%28.04%-
HSV(B)285.33º97.12%54.51%-
XYZ10.655.0224.83-
YUV49.89178.29168.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=42.57%
G=1.61%
B=55.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10641390.240.9700.45285.3394.4128.04
Hex6A48B186102D11d5e1c
Octal15242133014105543513634
Binary1101010100100010111100011000010101101100011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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