#6B044F

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

Shades of Tyrian Purple #6B044F

Tints of Tyrian Purple #6B044F

Color information

#6B044F (or 0x6B044F) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 04 and 4F. RGB value is (107,4,79). Sum of RGB (Red+Green+Blue) = 107+4+79=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B044F is #94FBB0. Grayscale: #2B2B2B. Windows color (decimal): -9763761 or 5178475. OLE color: 5178475.

HSL color Cylindrical-coordinate representation of color #6B044F: hue angle of 316.31º 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 #6B044F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB107479-
CMYK00.960.260.58
HSL316.31º92.79%21.76%-
HSV(B)316.31º96.26%41.96%-
XYZ7.523.787.73-
YUV43.35148.12173.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=56.32%
G=2.11%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10747900.960.260.58316.3192.7921.76
Hex6B44F0601A3A13c5d16
Octal15341170140327247413526
Binary110101110010011110110000011010111010100111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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