#6C014B

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

Shades of Tyrian Purple #6C014B

Tints of Tyrian Purple #6C014B

Color information

#6C014B (or 0x6C014B) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 01 and 4B. RGB value is (108,1,75). Sum of RGB (Red+Green+Blue) = 108+1+75=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C014B is #93FEB4. Grayscale: #292929. Windows color (decimal): -9698997 or 4915564. OLE color: 4915564.

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

Color convert

RGB108175-
CMYK00.990.310.58
HSL318.5º98.17%21.37%-
HSV(B)318.5º99.07%42.35%-
XYZ7.473.726.98-
YUV41.43146.95175.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=58.70%
G=0.54%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10817500.990.310.58318.598.1721.37
Hex6C14B0631F3A13f6215
Octal15411130143377247714225
Binary1101100110010110110001111111111010100111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,75); }

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

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

 a { background-color: rgb(108,1,75); }

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

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

 span { border-color: rgb(108,1,75); }

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