#6C0432

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

Shades of Tyrian Purple #6C0432

Tints of Tyrian Purple #6C0432

Color information

#6C0432 (or 0x6C0432) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 04 and 32. RGB value is (108,4,50). Sum of RGB (Red+Green+Blue) = 108+4+50=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0432 is #93FBCD. Grayscale: #282828. Windows color (decimal): -9698254 or 3277932. OLE color: 3277932.

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

Color convert

RGB108450-
CMYK00.960.540.58
HSL333.46º92.86%21.96%-
HSV(B)333.46º96.3%42.35%-
XYZ6.83.513.34-
YUV40.34133.46176.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=66.67%
G=2.47%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10845000.960.540.58333.4692.8621.96
Hex6C432060363A14d5d16
Octal1544620140667251513526
Binary110110010011001001100000110110111010101001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,4,50); }

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

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

 a { background-color: rgb(108,4,50); }

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

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

 span { border-color: rgb(108,4,50); }

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