#6B014D

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

Shades of Tyrian Purple #6B014D

Tints of Tyrian Purple #6B014D

Color information

#6B014D (or 0x6B014D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 4D. RGB value is (107,1,77). Sum of RGB (Red+Green+Blue) = 107+1+77=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B014D is #94FEB2. Grayscale: #292929. Windows color (decimal): -9764531 or 5046635. OLE color: 5046635.

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

Color convert

RGB107177-
CMYK00.990.280.58
HSL316.98º98.15%21.18%-
HSV(B)316.98º99.07%41.96%-
XYZ7.413.687.34-
YUV41.36148.12174.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.84%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=57.84%
G=0.54%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10717700.990.280.58316.9898.1521.18
Hex6B14D0631C3A13d6215
Octal15311150143347247514225
Binary1101011110011010110001111100111010100111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,77); }

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

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

 a { background-color: rgb(107,1,77); }

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

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

 span { border-color: rgb(107,1,77); }

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