#6F0052

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

Shades of Tyrian Purple #6F0052

Tints of Tyrian Purple #6F0052

Color information

#6F0052 (or 0x6F0052) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 00 and 52. RGB value is (111,0,82). Sum of RGB (Red+Green+Blue) = 111+0+82=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0052 is #90FFAD. Grayscale: #2A2A2A. Windows color (decimal): -9502638 or 5374063. OLE color: 5374063.

HSL color Cylindrical-coordinate representation of color #6F0052: hue angle of 315.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0052 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB111082-
CMYK010.260.56
HSL315.68º100%21.76%-
HSV(B)315.68º100%43.53%-
XYZ8.083.998.33-
YUV42.54150.27176.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 42.49%
R=57.51%
G=0%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111082010.260.56315.6810021.76
Hex6F0520641A3813c6416
Octal15701220144327047414426
Binary1101111010100100110010011010111000100111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,82); }

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

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

 a { background-color: rgb(111,0,82); }

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

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

 span { border-color: rgb(111,0,82); }

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