#790952

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

Shades of Tyrian Purple #790952

Tints of Tyrian Purple #790952

Color information

#790952 (or 0x790952) is unknown color: approx Tyrian Purple. HEX triplet: 79, 09 and 52. RGB value is (121,9,82). Sum of RGB (Red+Green+Blue) = 121+9+82=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #790952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790952 is #86F6AD. Grayscale: #323232. Windows color (decimal): -8844974 or 5376377. OLE color: 5376377.

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

Color convert

RGB121982-
CMYK00.930.320.53
HSL320.89º86.15%25.49%-
HSV(B)320.89º92.56%47.45%-
XYZ9.514.878.42-
YUV50.81145.61178.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=57.08%
G=4.25%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12198200.930.320.53320.8986.1525.49
Hex7995205D20351415619
Octal171111220135406550112631
Binary11110011001101001001011101100000110101101000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790952; }

 p { color: rgb(121,9,82); }

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

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

 a { background-color: rgb(121,9,82); }

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

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

 span { border-color: rgb(121,9,82); }

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