#6F0456

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

Shades of Tyrian Purple #6F0456

Tints of Tyrian Purple #6F0456

Color information

#6F0456 (or 0x6F0456) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 56. RGB value is (111,4,86). Sum of RGB (Red+Green+Blue) = 111+4+86=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0456 is #90FBA9. Grayscale: #2D2D2D. Windows color (decimal): -9501610 or 5637231. OLE color: 5637231.

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

Color convert

RGB111486-
CMYK00.960.230.56
HSL314.02º93.04%22.55%-
HSV(B)314.02º96.4%43.53%-
XYZ8.284.149.17-
YUV45.34150.95174.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.22%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=55.22%
G=1.99%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11148600.960.230.56314.0293.0422.55
Hex6F456060173813a5d17
Octal15741260140277047213527
Binary110111110010101100110000010111111000100111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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