#6C034D

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

Shades of Tyrian Purple #6C034D

Tints of Tyrian Purple #6C034D

Color information

#6C034D (or 0x6C034D) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 03 and 4D. RGB value is (108,3,77). Sum of RGB (Red+Green+Blue) = 108+3+77=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C034D is #93FCB2. Grayscale: #2A2A2A. Windows color (decimal): -9698483 or 5047148. OLE color: 5047148.

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

Color convert

RGB108377-
CMYK00.970.290.58
HSL317.71º94.59%21.76%-
HSV(B)317.71º97.22%42.35%-
XYZ7.563.797.35-
YUV42.83147.29174.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.45%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=57.45%
G=1.60%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10837700.970.290.58317.7194.5921.76
Hex6C34D0611D3A13e5f16
Octal15431150141357247613726
Binary11011001110011010110000111101111010100111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,77); }

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

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

 a { background-color: rgb(108,3,77); }

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

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

 span { border-color: rgb(108,3,77); }

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