#6C058D

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

Shades of Purple #6C058D

Tints of Purple #6C058D

Color information

#6C058D (or 0x6C058D) is unknown color: approx Purple. HEX triplet: 6C, 05 and 8D. RGB value is (108,5,141). Sum of RGB (Red+Green+Blue) = 108+5+141=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C058D is #93FA72. Grayscale: #323232. Windows color (decimal): -9697907 or 9241964. OLE color: 9241964.

HSL color Cylindrical-coordinate representation of color #6C058D: hue angle of 285.44º 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 #6C058D is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1085141-
CMYK0.230.9600.45
HSL285.44º93.15%28.63%-
HSV(B)285.44º96.45%55.29%-
XYZ11.055.2225.62-
YUV51.3178.62168.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 141 (55.47% from 255) = 55.51%
R=42.52%
G=1.97%
B=55.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10851410.230.9600.45285.4493.1528.63
Hex6C58D176002D11d5d1d
Octal15452152714005543513535
Binary1101100101100011011011111000000101101100011101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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