#6C003F

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

Shades of Tyrian Purple #6C003F

Tints of Tyrian Purple #6C003F

Color information

#6C003F (or 0x6C003F) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 00 and 3F. RGB value is (108,0,63). Sum of RGB (Red+Green+Blue) = 108+0+63=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C003F is #93FFC0. Grayscale: #272727. Windows color (decimal): -9699265 or 4128876. OLE color: 4128876.

HSL color Cylindrical-coordinate representation of color #6C003F: hue angle of 325º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C003F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB108063-
CMYK010.420.58
HSL325º100%21.18%-
HSV(B)325º100%42.35%-
XYZ7.083.555.01-
YUV39.47141.28176.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 36.84%
R=63.16%
G=0%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108063010.420.5832510021.18
Hex6C03F0642A3A1456415
Octal1540770144527250514425
Binary1101100011111101100100101010111010101000101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,0,63); }

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

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

 a { background-color: rgb(108,0,63); }

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

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

 span { border-color: rgb(108,0,63); }

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