Html Css Color HEX #790452 Tyrian Purple

📋 copy color: '#790452'

red 121 ◦ green 4 ◦ blue 82

#790452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #790452

Tints of Tyrian Purple #790452

RGB

 RED value IS 121 (47.66% from 255) = 58.45%

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 82 (32.42% from 255) = 39.61%

R = 58.45%
G = 1.93%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#790452 (or 0x790452) is known color: Tyrian Purple. HEX triplet: 79, 04 and 52. RGB value is (121,4,82). Sum of RGB (Red+Green+Blue) = 121+4+82=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #790452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790452 is #86FBAD. Grayscale: #2F2F2F. Windows color (decimal): -8846254 or 5375097. OLE color: 5375097.

HSL color Cylindrical-coordinate representation of color #790452: hue angle of 320º 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 #790452 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 82 -
CMYK 0 0.97 0.32 0.53
HSL 320º 0.94% 0.25% -
HSV(B) 320º 0.97% 0.47% -
XYZ 9.45 4.76 8.4 -
YUV 47.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 121 4 82 0 0.97 0.32 0.53 320 0.94 0.25
Hex 79 4 52 0 61 20 35 140 5E 19
Octal 171 4 122 0 141 40 65 500 136 31
Binary 1111001 100 1010010 0 1100001 100000 110101 101000000 1011110 11001

Color Harmonies of #790452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790452

Black with #790452

Text Example


Text Example

White with #790452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790452; }

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

 H1.HeaderClassName
 {
   color: #790452;
 }
 .AnyTagClassName
 {
   color: #790452;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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