#6F0438

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

Shades of Tyrian Purple #6F0438

Tints of Tyrian Purple #6F0438

Color information

#6F0438 (or 0x6F0438) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 38. RGB value is (111,4,56). Sum of RGB (Red+Green+Blue) = 111+4+56=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0438 is #90FBC7. Grayscale: #292929. Windows color (decimal): -9501640 or 3671151. OLE color: 3671151.

HSL color Cylindrical-coordinate representation of color #6F0438: hue angle of 330.84º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0438 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB111456-
CMYK00.960.500.56
HSL330.84º93.04%22.55%-
HSV(B)330.84º96.4%43.53%-
XYZ7.313.754.08-
YUV41.92135.95177.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.91%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=64.91%
G=2.34%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11145600.960.500.56330.8493.0422.55
Hex6F438060323814b5d17
Octal1574700140627051313527
Binary110111110011100001100000110010111000101001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,56); }

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

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

 a { background-color: rgb(111,4,56); }

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

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

 span { border-color: rgb(111,4,56); }

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