#6B022E

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

Shades of Tyrian Purple #6B022E

Tints of Tyrian Purple #6B022E

Color information

#6B022E (or 0x6B022E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 2E. RGB value is (107,2,46). Sum of RGB (Red+Green+Blue) = 107+2+46=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B022E is #94FDD1. Grayscale: #262626. Windows color (decimal): -9764306 or 3015275. OLE color: 3015275.

HSL color Cylindrical-coordinate representation of color #6B022E: hue angle of 334.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 #6B022E is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB107246-
CMYK00.980.570.58
HSL334.86º96.33%21.37%-
HSV(B)334.86º98.13%41.96%-
XYZ6.583.372.89-
YUV38.41132.29176.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 69.03%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=69.03%
G=1.29%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10724600.980.570.58334.8696.3321.37
Hex6B22E062393A14f6015
Octal1532560142717251714025
Binary11010111010111001100010111001111010101001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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