#6B024A

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

Shades of Tyrian Purple #6B024A

Tints of Tyrian Purple #6B024A

Color information

#6B024A (or 0x6B024A) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 4A. RGB value is (107,2,74). Sum of RGB (Red+Green+Blue) = 107+2+74=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B024A is #94FDB5. Grayscale: #292929. Windows color (decimal): -9764278 or 4850283. OLE color: 4850283.

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

Color convert

RGB107274-
CMYK00.980.310.58
HSL318.86º96.33%21.37%-
HSV(B)318.86º98.13%41.96%-
XYZ7.323.666.8-
YUV41.6146.29174.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.47%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=58.47%
G=1.09%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727400.980.310.58318.8696.3321.37
Hex6B24A0621F3A13f6015
Octal15321120142377247714025
Binary11010111010010100110001011111111010100111111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,74); }

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

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

 a { background-color: rgb(107,2,74); }

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

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

 span { border-color: rgb(107,2,74); }

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