#6F0D42

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

Shades of Tyrian Purple #6F0D42

Tints of Tyrian Purple #6F0D42

Color information

#6F0D42 (or 0x6F0D42) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0D and 42. RGB value is (111,13,66). Sum of RGB (Red+Green+Blue) = 111+13+66=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0D42 is #90F2BD. Grayscale: #303030. Windows color (decimal): -9499326 or 4328815. OLE color: 4328815.

HSL color Cylindrical-coordinate representation of color #6F0D42: hue angle of 327.55º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0D42 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1111366-
CMYK00.880.410.56
HSL327.55º79.03%24.31%-
HSV(B)327.55º88.29%43.53%-
XYZ7.684.065.53-
YUV48.34137.97172.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=58.42%
G=6.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111136600.880.410.56327.5579.0324.31
Hex6FD4205829381484f18
Octal157151020130517051011730
Binary11011111101100001001011000101001111000101001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,13,66); }

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

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

 a { background-color: rgb(111,13,66); }

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

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

 span { border-color: rgb(111,13,66); }

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