#6B012A

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

Shades of Tyrian Purple #6B012A

Tints of Tyrian Purple #6B012A

Color information

#6B012A (or 0x6B012A) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 2A. RGB value is (107,1,42). Sum of RGB (Red+Green+Blue) = 107+1+42=150 (19% of max value = 765). Red value is 107 (42.19% from 255 or 71.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 107 - color contains mainly: red. Hex color #6B012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B012A is #94FED5. Grayscale: #252525. Windows color (decimal): -9764566 or 2752875. OLE color: 2752875.

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

Color convert

RGB107142-
CMYK00.990.610.58
HSL336.79º98.15%21.18%-
HSV(B)336.79º99.07%41.96%-
XYZ6.493.312.49-
YUV37.37130.62177.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 71.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=71.33%
G=0.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10714200.990.610.58336.7998.1521.18
Hex6B12A0633D3A1516215
Octal1531520143757252114225
Binary1101011110101001100011111101111010101010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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