#6C056F

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

Shades of Purple #6C056F

Tints of Purple #6C056F

Color information

#6C056F (or 0x6C056F) is unknown color: approx Purple. HEX triplet: 6C, 05 and 6F. RGB value is (108,5,111). Sum of RGB (Red+Green+Blue) = 108+5+111=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C056F is #93FA90. Grayscale: #2F2F2F. Windows color (decimal): -9697937 or 7275884. OLE color: 7275884.

HSL color Cylindrical-coordinate representation of color #6C056F: hue angle of 298.3º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C056F is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1085111-
CMYK0.030.9500.56
HSL298.3º91.38%22.75%-
HSV(B)298.3º95.5%43.53%-
XYZ9.114.4415.42-
YUV47.88163.62170.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=48.21%
G=2.23%
B=49.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10851110.030.9500.56298.391.3822.75
Hex6C56F35F03812a5b17
Octal1545157313707045213327
Binary110110010111011111110111110111000100101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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