Html Css Color HEX #790552 Tyrian Purple

📋 copy color: '#790552'

red 121 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #790552

Tints of Tyrian Purple #790552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

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

R = 58.17%
G = 2.4%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#790552 (or 0x790552) is known color: Tyrian Purple. HEX triplet: 79, 05 and 52. RGB value is (121,5,82). Sum of RGB (Red+Green+Blue) = 121+5+82=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #790552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790552 is #86FAAD. Grayscale: #303030. Windows color (decimal): -8845998 or 5375353. OLE color: 5375353.

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

Color convert

RGB 121 5 82 -
CMYK 0 0.96 0.32 0.53
HSL 320.17º 0.92% 0.25% -
HSV(B) 320.17º 0.96% 0.47% -
XYZ 9.46 4.78 8.41 -
YUV 48.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 121 5 82 0 0.96 0.32 0.53 320.17 0.92 0.25
Hex 79 5 52 0 60 20 35 140 5C 19
Octal 171 5 122 0 140 40 65 500 134 31
Binary 1111001 101 1010010 0 1100000 100000 110101 101000000 1011100 11001

Color Harmonies of #790552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790552

Black with #790552

Text Example


Text Example

White with #790552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790552; }

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

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

background-color css

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

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

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

border-color css

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

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

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