#6B0143

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

Shades of Tyrian Purple #6B0143

Tints of Tyrian Purple #6B0143

Color information

#6B0143 (or 0x6B0143) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 43. RGB value is (107,1,67). Sum of RGB (Red+Green+Blue) = 107+1+67=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0143 is #94FEBC. Grayscale: #282828. Windows color (decimal): -9764541 or 4391275. OLE color: 4391275.

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

Color convert

RGB107167-
CMYK00.990.370.58
HSL322.64º98.15%21.18%-
HSV(B)322.64º99.07%41.96%-
XYZ7.093.555.62-
YUV40.22143.12175.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.14%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=61.14%
G=0.57%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10716700.990.370.58322.6498.1521.18
Hex6B143063253A1436215
Octal15311030143457250314225
Binary11010111100001101100011100101111010101000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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