#7D0552

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

Shades of Tyrian Purple #7D0552

Tints of Tyrian Purple #7D0552

Color information

#7D0552 (or 0x7D0552) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 05 and 52. RGB value is (125,5,82). Sum of RGB (Red+Green+Blue) = 125+5+82=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0552 is #82FAAD. Grayscale: #313131. Windows color (decimal): -8583854 or 5375357. OLE color: 5375357.

HSL color Cylindrical-coordinate representation of color #7D0552: hue angle of 321.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0552 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB125582-
CMYK00.960.340.51
HSL321.5º92.31%25.49%-
HSV(B)321.5º96%49.02%-
XYZ10.035.088.43-
YUV49.66146.26181.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.96%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=58.96%
G=2.36%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12558200.960.340.51321.592.3125.49
Hex7D55206022331425c19
Octal17551220140426350213431
Binary1111101101101001001100000100010110011101000010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D0552; }

 p { color: rgb(125,5,82); }

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

<style>
 a { background-color: #7D0552; }

 a { background-color: rgb(125,5,82); }

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

<style>
 span { border-color: #7D0552; }

 span { border-color: rgb(125,5,82); }

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