#6C034E

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

Shades of Tyrian Purple #6C034E

Tints of Tyrian Purple #6C034E

Color information

#6C034E (or 0x6C034E) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 03 and 4E. RGB value is (108,3,78). Sum of RGB (Red+Green+Blue) = 108+3+78=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C034E is #93FCB1. Grayscale: #2A2A2A. Windows color (decimal): -9698482 or 5112684. OLE color: 5112684.

HSL color Cylindrical-coordinate representation of color #6C034E: hue angle of 317.14º 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 #6C034E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB108378-
CMYK00.970.280.58
HSL317.14º94.59%21.76%-
HSV(B)317.14º97.22%42.35%-
XYZ7.593.87.54-
YUV42.95147.79174.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=57.14%
G=1.59%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10837800.970.280.58317.1494.5921.76
Hex6C34E0611C3A13d5f16
Octal15431160141347247513726
Binary11011001110011100110000111100111010100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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