#7D0337

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

Shades of Tyrian Purple #7D0337

Tints of Tyrian Purple #7D0337

Color information

#7D0337 (or 0x7D0337) is unknown color: approx Tyrian Purple. HEX triplet: 7D, 03 and 37. RGB value is (125,3,55). Sum of RGB (Red+Green+Blue) = 125+3+55=183 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.31% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0337 is #82FCC8. Grayscale: #2D2D2D. Windows color (decimal): -8584393 or 3605373. OLE color: 3605373.

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

Color convert

RGB125355-
CMYK00.980.560.51
HSL334.43º95.31%25.1%-
HSV(B)334.43º97.6%49.02%-
XYZ9.184.74.04-
YUV45.41133.42184.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 68.31%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 55 (21.88% from 255) = 30.05%
R=68.31%
G=1.64%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12535500.980.560.51334.4395.3125.1
Hex7D337062383314e5f19
Octal1753670142706351613731
Binary11111011111011101100010111000110011101001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,3,55); }

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

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

 a { background-color: rgb(125,3,55); }

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

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

 span { border-color: rgb(125,3,55); }

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