#6C054A

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

Shades of Tyrian Purple #6C054A

Tints of Tyrian Purple #6C054A

Color information

#6C054A (or 0x6C054A) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 4A. RGB value is (108,5,74). Sum of RGB (Red+Green+Blue) = 108+5+74=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C054A is #93FAB5. Grayscale: #2B2B2B. Windows color (decimal): -9697974 or 4851052. OLE color: 4851052.

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

Color convert

RGB108574-
CMYK00.950.310.58
HSL319.81º91.15%22.16%-
HSV(B)319.81º95.37%42.35%-
XYZ7.473.796.82-
YUV43.66145.12173.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.75%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 74 (29.30% from 255) = 39.57%
R=57.75%
G=2.67%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10857400.950.310.58319.8191.1522.16
Hex6C54A05F1F3A1405b16
Octal15451120137377250013326
Binary110110010110010100101111111111111010101000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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