#6C0352

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

Shades of Tyrian Purple #6C0352

Tints of Tyrian Purple #6C0352

Color information

#6C0352 (or 0x6C0352) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 03 and 52. RGB value is (108,3,82). Sum of RGB (Red+Green+Blue) = 108+3+82=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0352 is #93FCAD. Grayscale: #2B2B2B. Windows color (decimal): -9698478 or 5374828. OLE color: 5374828.

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

Color convert

RGB108382-
CMYK00.970.240.58
HSL314.86º94.59%21.76%-
HSV(B)314.86º97.22%42.35%-
XYZ7.743.868.32-
YUV43.4149.79174.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=55.96%
G=1.55%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10838200.970.240.58314.8694.5921.76
Hex6C352061183A13b5f16
Octal15431220141307247313726
Binary11011001110100100110000111000111010100111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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