#6A038A

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

Shades of Purple #6A038A

Tints of Purple #6A038A

Color information

#6A038A (or 0x6A038A) is unknown color: approx Purple. HEX triplet: 6A, 03 and 8A. RGB value is (106,3,138). Sum of RGB (Red+Green+Blue) = 106+3+138=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A038A is #95FC75. Grayscale: #303030. Windows color (decimal): -9829494 or 9044842. OLE color: 9044842.

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

Color convert

RGB1063138-
CMYK0.230.9800.46
HSL285.78º95.74%27.65%-
HSV(B)285.78º97.83%54.12%-
XYZ10.564.9624.45-
YUV49.19178.12168.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=42.91%
G=1.21%
B=55.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10631380.230.9800.46285.7895.7427.65
Hex6A38A176202E11e601c
Octal15232122714205643614034
Binary110101011100010101011111000100101110100011110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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