Html Css Color HEX #780336 Tyrian Purple

📋 copy color: '#780336'

red 120 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #780336

Tints of Tyrian Purple #780336

RGB

 RED value IS 120 (47.27% from 255) = 67.8%

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

 BLUE value IS 54 (21.48% from 255) = 30.51%

R = 67.8%
G = 1.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#780336 (or 0x780336) is known color: Tyrian Purple. HEX triplet: 78, 03 and 36. RGB value is (120,3,54). Sum of RGB (Red+Green+Blue) = 120+3+54=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780336 is #87FCC9. Grayscale: #2B2B2B. Windows color (decimal): -8912074 or 3539832. OLE color: 3539832.

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

Color convert

RGB 120 3 54 -
CMYK 0 0.98 0.55 0.53
HSL 333.85º 0.95% 0.24% -
HSV(B) 333.85º 0.98% 0.47% -
XYZ 8.44 4.32 3.88 -
YUV 43.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 120 3 54 0 0.98 0.55 0.53 333.85 0.95 0.24
Hex 78 3 36 0 62 37 35 14E 5F 18
Octal 170 3 66 0 142 67 65 516 137 30
Binary 1111000 11 110110 0 1100010 110111 110101 101001110 1011111 11000

Color Harmonies of #780336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780336

Black with #780336

Text Example


Text Example

White with #780336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780336; }

 p { color: rgb(120,3,54); }

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

background-color css

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

 a { background-color: rgb(120,3,54); }

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

border-color css

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

 span { border-color: rgb(120,3,54); }

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