#790434

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

Shades of Tyrian Purple #790434

Tints of Tyrian Purple #790434

Color information

#790434 (or 0x790434) is unknown color: approx Tyrian Purple. HEX triplet: 79, 04 and 34. RGB value is (121,4,52). Sum of RGB (Red+Green+Blue) = 121+4+52=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #790434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790434 is #86FBCB. Grayscale: #2C2C2C. Windows color (decimal): -8846284 or 3409017. OLE color: 3409017.

HSL color Cylindrical-coordinate representation of color #790434: hue angle of 335.38º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790434 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB121452-
CMYK00.970.570.53
HSL335.38º93.6%24.51%-
HSV(B)335.38º96.69%47.45%-
XYZ8.554.43.65-
YUV44.46132.26182.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=68.36%
G=2.26%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12145200.970.570.53335.3893.624.51
Hex79434061393514f5e19
Octal1714640141716551713631
Binary111100110011010001100001111001110101101001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790434; }

 p { color: rgb(121,4,52); }

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

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

 a { background-color: rgb(121,4,52); }

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

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

 span { border-color: rgb(121,4,52); }

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