#6C0B54

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

Shades of Tyrian Purple #6C0B54

Tints of Tyrian Purple #6C0B54

Color information

#6C0B54 (or 0x6C0B54) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0B and 54. RGB value is (108,11,84). Sum of RGB (Red+Green+Blue) = 108+11+84=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0B54 is #93F4AB. Grayscale: #303030. Windows color (decimal): -9696428 or 5507948. OLE color: 5507948.

HSL color Cylindrical-coordinate representation of color #6C0B54: hue angle of 314.85º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B54 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1081184-
CMYK00.900.220.58
HSL314.85º81.51%23.33%-
HSV(B)314.85º89.81%42.35%-
XYZ7.94.078.76-
YUV48.32148.14170.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=53.20%
G=5.42%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108118400.900.220.58314.8581.5123.33
Hex6CB5405A163A13b5217
Octal154131240132267247312227
Binary1101100101110101000101101010110111010100111011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,84); }

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

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

 a { background-color: rgb(108,11,84); }

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

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

 span { border-color: rgb(108,11,84); }

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