#6C0534

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

Shades of Tyrian Purple #6C0534

Tints of Tyrian Purple #6C0534

Color information

#6C0534 (or 0x6C0534) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 05 and 34. RGB value is (108,5,52). Sum of RGB (Red+Green+Blue) = 108+5+52=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0534 is #93FACB. Grayscale: #292929. Windows color (decimal): -9697996 or 3409260. OLE color: 3409260.

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

Color convert

RGB108552-
CMYK00.950.520.58
HSL332.62º91.15%22.16%-
HSV(B)332.62º95.37%42.35%-
XYZ6.863.543.57-
YUV41.16134.12175.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 65.45%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=65.45%
G=3.03%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10855200.950.520.58332.6291.1522.16
Hex6C53405F343A14d5b16
Octal1545640137647251513326
Binary110110010111010001011111110100111010101001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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