Html Css Color HEX #790348 Tyrian Purple

📋 copy color: '#790348'

red 121 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #790348

Tints of Tyrian Purple #790348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 72 (28.52% from 255) = 36.73%

R = 61.73%
G = 1.53%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#790348 (or 0x790348) is known color: Tyrian Purple. HEX triplet: 79, 03 and 48. RGB value is (121,3,72). Sum of RGB (Red+Green+Blue) = 121+3+72=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #790348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790348 is #86FCB7. Grayscale: #2D2D2D. Windows color (decimal): -8846520 or 4719481. OLE color: 4719481.

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

Color convert

RGB 121 3 72 -
CMYK 0 0.98 0.40 0.53
HSL 324.92º 0.95% 0.24% -
HSV(B) 324.92º 0.98% 0.47% -
XYZ 9.09 4.6 6.54 -
YUV 46.15 142.59 181.39 -
System Red Green Blue C M Y K H S L
Decimal 121 3 72 0 0.98 0.40 0.53 324.92 0.95 0.24
Hex 79 3 48 0 62 28 35 145 5F 18
Octal 171 3 110 0 142 50 65 505 137 30
Binary 1111001 11 1001000 0 1100010 101000 110101 101000101 1011111 11000

Color Harmonies of #790348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790348

Black with #790348

Text Example


Text Example

White with #790348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790348; }

 p { color: rgb(121,3,72); }

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

background-color css

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

 a { background-color: rgb(121,3,72); }

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

border-color css

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

 span { border-color: rgb(121,3,72); }

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