#6B044E

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

Shades of Tyrian Purple #6B044E

Tints of Tyrian Purple #6B044E

Color information

#6B044E (or 0x6B044E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 4E. RGB value is (107,4,78). Sum of RGB (Red+Green+Blue) = 107+4+78=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B044E is #94FBB1. Grayscale: #2B2B2B. Windows color (decimal): -9763762 or 5112939. OLE color: 5112939.

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

Color convert

RGB107478-
CMYK00.960.270.58
HSL316.89º92.79%21.76%-
HSV(B)316.89º96.26%41.96%-
XYZ7.483.767.54-
YUV43.23147.62173.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=56.61%
G=2.12%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10747800.960.270.58316.8992.7921.76
Hex6B44E0601B3A13d5d16
Octal15341160140337247513526
Binary110101110010011100110000011011111010100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,4,78); }

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

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

 a { background-color: rgb(107,4,78); }

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

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

 span { border-color: rgb(107,4,78); }

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