#6F054C

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

Shades of Tyrian Purple #6F054C

Tints of Tyrian Purple #6F054C

Color information

#6F054C (or 0x6F054C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 4C. RGB value is (111,5,76). Sum of RGB (Red+Green+Blue) = 111+5+76=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F054C is #90FAB3. Grayscale: #2C2C2C. Windows color (decimal): -9501364 or 4982127. OLE color: 4982127.

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

Color convert

RGB111576-
CMYK00.950.320.56
HSL319.81º91.38%22.75%-
HSV(B)319.81º95.5%43.53%-
XYZ7.914.017.19-
YUV44.79145.62175.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=57.81%
G=2.60%
B=39.58%

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
Decimal11157600.950.320.56319.8191.3822.75
Hex6F54C05F20381405b17
Octal15751140137407050013327
Binary1101111101100110001011111100000111000101000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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