#6C0173

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

Shades of Purple #6C0173

Tints of Purple #6C0173

Color information

#6C0173 (or 0x6C0173) is unknown color: approx Purple. HEX triplet: 6C, 01 and 73. RGB value is (108,1,115). Sum of RGB (Red+Green+Blue) = 108+1+115=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C0173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0173 is #93FE8C. Grayscale: #2D2D2D. Windows color (decimal): -9698957 or 7537004. OLE color: 7537004.

HSL color Cylindrical-coordinate representation of color #6C0173: hue angle of 296.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0173 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1081115-
CMYK0.060.9900.55
HSL296.32º98.28%22.75%-
HSV(B)296.32º99.13%45.1%-
XYZ9.294.4516.59-
YUV45.99166.95172.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=48.21%
G=0.45%
B=51.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10811150.060.9900.55296.3298.2822.75
Hex6C1736630371286217
Octal1541163614306745014227
Binary11011001111001111011000110110111100101000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,115); }

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

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

 a { background-color: rgb(108,1,115); }

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

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

 span { border-color: rgb(108,1,115); }

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