Html Css Color HEX #790255 Tyrian Purple

📋 copy color: '#790255'

red 121 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #790255

Tints of Tyrian Purple #790255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 58.17%
G = 0.96%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#790255 (or 0x790255) is known color: Tyrian Purple. HEX triplet: 79, 02 and 55. RGB value is (121,2,85). Sum of RGB (Red+Green+Blue) = 121+2+85=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #790255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790255 is #86FDAA. Grayscale: #2E2E2E. Windows color (decimal): -8846763 or 5571193. OLE color: 5571193.

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

Color convert

RGB 121 2 85 -
CMYK 0 0.98 0.30 0.53
HSL 318.15º 0.97% 0.24% -
HSV(B) 318.15º 0.98% 0.47% -
XYZ 9.55 4.76 9.01 -
YUV 47.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 121 2 85 0 0.98 0.30 0.53 318.15 0.97 0.24
Hex 79 2 55 0 62 1E 35 13E 61 18
Octal 171 2 125 0 142 36 65 476 141 30
Binary 1111001 10 1010101 0 1100010 11110 110101 100111110 1100001 11000

Color Harmonies of #790255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790255

Black with #790255

Text Example


Text Example

White with #790255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790255; }

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

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

background-color css

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

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

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

border-color css

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

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

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