#6D022E

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

Shades of Tyrian Purple #6D022E

Tints of Tyrian Purple #6D022E

Color information

#6D022E (or 0x6D022E) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 02 and 2E. RGB value is (109,2,46). Sum of RGB (Red+Green+Blue) = 109+2+46=157 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.43% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 109 - color contains mainly: red. Hex color #6D022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D022E is #92FDD1. Grayscale: #262626. Windows color (decimal): -9633234 or 3015277. OLE color: 3015277.

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

Color convert

RGB109246-
CMYK00.980.580.57
HSL335.33º96.4%21.76%-
HSV(B)335.33º98.17%42.75%-
XYZ6.823.492.9-
YUV39.01131.95177.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 69.43%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=69.43%
G=1.27%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10924600.980.580.57335.3396.421.76
Hex6D22E0623A3914f6016
Octal1552560142727151714026
Binary11011011010111001100010111010111001101001111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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