#6F054B

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

Shades of Tyrian Purple #6F054B

Tints of Tyrian Purple #6F054B

Color information

#6F054B (or 0x6F054B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 4B. RGB value is (111,5,75). Sum of RGB (Red+Green+Blue) = 111+5+75=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F054B is #90FAB4. Grayscale: #2C2C2C. Windows color (decimal): -9501365 or 4916591. OLE color: 4916591.

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

Color convert

RGB111575-
CMYK00.950.320.56
HSL320.38º91.38%22.75%-
HSV(B)320.38º95.5%43.53%-
XYZ7.8847.01-
YUV44.67145.12175.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.12%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=58.12%
G=2.62%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11157500.950.320.56320.3891.3822.75
Hex6F54B05F20381405b17
Octal15751130137407050013327
Binary1101111101100101101011111100000111000101000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,75); }

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

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

 a { background-color: rgb(111,5,75); }

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

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

 span { border-color: rgb(111,5,75); }

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