#6D023F

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

Shades of Tyrian Purple #6D023F

Tints of Tyrian Purple #6D023F

Color information

#6D023F (or 0x6D023F) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 02 and 3F. RGB value is (109,2,63). Sum of RGB (Red+Green+Blue) = 109+2+63=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D023F is #92FDC0. Grayscale: #282828. Windows color (decimal): -9633217 or 4129389. OLE color: 4129389.

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

Color convert

RGB109263-
CMYK00.980.420.57
HSL325.79º96.4%21.76%-
HSV(B)325.79º98.17%42.75%-
XYZ7.233.655.03-
YUV40.95140.45176.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 62.64%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 63 (25% from 255) = 36.21%
R=62.64%
G=1.15%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10926300.980.420.57325.7996.421.76
Hex6D23F0622A391466016
Octal1552770142527150614026
Binary11011011011111101100010101010111001101000110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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