Html Css Color HEX #790253 Tyrian Purple

📋 copy color: '#790253'

red 121 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #790253

Tints of Tyrian Purple #790253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 58.74%
G = 0.97%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#790253 (or 0x790253) is known color: Tyrian Purple. HEX triplet: 79, 02 and 53. RGB value is (121,2,83). Sum of RGB (Red+Green+Blue) = 121+2+83=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #790253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790253 is #86FDAC. Grayscale: #2E2E2E. Windows color (decimal): -8846765 or 5440121. OLE color: 5440121.

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

Color convert

RGB 121 2 83 -
CMYK 0 0.98 0.31 0.53
HSL 319.16º 0.97% 0.24% -
HSV(B) 319.16º 0.98% 0.47% -
XYZ 9.47 4.73 8.6 -
YUV 46.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 121 2 83 0 0.98 0.31 0.53 319.16 0.97 0.24
Hex 79 2 53 0 62 1F 35 13F 61 18
Octal 171 2 123 0 142 37 65 477 141 30
Binary 1111001 10 1010011 0 1100010 11111 110101 100111111 1100001 11000

Color Harmonies of #790253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790253

Black with #790253

Text Example


Text Example

White with #790253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790253; }

 p { color: rgb(121,2,83); }

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

background-color css

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

 a { background-color: rgb(121,2,83); }

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

border-color css

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

 span { border-color: rgb(121,2,83); }

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