#6A058D

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

Shades of Purple #6A058D

Tints of Purple #6A058D

Color information

#6A058D (or 0x6A058D) is unknown color: approx Purple. HEX triplet: 6A, 05 and 8D. RGB value is (106,5,141). Sum of RGB (Red+Green+Blue) = 106+5+141=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A058D is #95FA72. Grayscale: #323232. Windows color (decimal): -9828979 or 9241962. OLE color: 9241962.

HSL color Cylindrical-coordinate representation of color #6A058D: hue angle of 284.56º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A058D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1065141-
CMYK0.250.9600.45
HSL284.56º93.15%28.63%-
HSV(B)284.56º96.45%55.29%-
XYZ10.815.125.61-
YUV50.7178.96167.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=42.06%
G=1.98%
B=55.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10651410.250.9600.45284.5693.1528.63
Hex6A58D196002D11d5d1d
Octal15252153114005543513535
Binary1101010101100011011100111000000101101100011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,141); }

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

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

 a { background-color: rgb(106,5,141); }

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

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

 span { border-color: rgb(106,5,141); }

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