Html Css Color HEX #790C3C Tyrian Purple

📋 copy color: '#790C3C'

red 121 ◦ green 12 ◦ blue 60

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

Shades of Tyrian Purple #790C3C

Tints of Tyrian Purple #790C3C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.22%

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 62.69%
G = 6.22%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#790C3C (or 0x790C3C) is known color: Tyrian Purple. HEX triplet: 79, 0C and 3C. RGB value is (121,12,60). Sum of RGB (Red+Green+Blue) = 121+12+60=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #790C3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C3C is #86F3C3. Grayscale: #313131. Windows color (decimal): -8844228 or 3935353. OLE color: 3935353.

HSL color Cylindrical-coordinate representation of color #790C3C: hue angle of 333.58º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C3C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 60 -
CMYK 0 0.90 0.50 0.53
HSL 333.58º 0.82% 0.26% -
HSV(B) 333.58º 0.9% 0.47% -
XYZ 8.83 4.65 4.71 -
YUV 50.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 121 12 60 0 0.90 0.50 0.53 333.58 0.82 0.26
Hex 79 C 3C 0 5A 32 35 14E 52 1A
Octal 171 14 74 0 132 62 65 516 122 32
Binary 1111001 1100 111100 0 1011010 110010 110101 101001110 1010010 11010

Color Harmonies of #790C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C3C

Black with #790C3C

Text Example


Text Example

White with #790C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C3C; }

 p { color: rgb(121,12,60); }

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

background-color css

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

 a { background-color: rgb(121,12,60); }

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

border-color css

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

 span { border-color: rgb(121,12,60); }

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