Html Css Color HEX #790852 Tyrian Purple

📋 copy color: '#790852'

red 121 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #790852

Tints of Tyrian Purple #790852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 57.35%
G = 3.79%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#790852 (or 0x790852) is known color: Tyrian Purple. HEX triplet: 79, 08 and 52. RGB value is (121,8,82). Sum of RGB (Red+Green+Blue) = 121+8+82=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #790852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790852 is #86F7AD. Grayscale: #323232. Windows color (decimal): -8845230 or 5376121. OLE color: 5376121.

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

Color convert

RGB 121 8 82 -
CMYK 0 0.93 0.32 0.53
HSL 320.71º 0.88% 0.25% -
HSV(B) 320.71º 0.93% 0.47% -
XYZ 9.49 4.85 8.42 -
YUV 50.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 121 8 82 0 0.93 0.32 0.53 320.71 0.88 0.25
Hex 79 8 52 0 5D 20 35 141 58 19
Octal 171 10 122 0 135 40 65 501 130 31
Binary 1111001 1000 1010010 0 1011101 100000 110101 101000001 1011000 11001

Color Harmonies of #790852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790852

Black with #790852

Text Example


Text Example

White with #790852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790852; }

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

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

background-color css

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

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

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

border-color css

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

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

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