Html Css Color HEX #78033A Tyrian Purple

📋 copy color: '#78033A'

red 120 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #78033A

Tints of Tyrian Purple #78033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.04%

R = 66.3%
G = 1.66%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78033A (or 0x78033A) is known color: Tyrian Purple. HEX triplet: 78, 03 and 3A. RGB value is (120,3,58). Sum of RGB (Red+Green+Blue) = 120+3+58=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78033A is #87FCC5. Grayscale: #2C2C2C. Windows color (decimal): -8912070 or 3801976. OLE color: 3801976.

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

Color convert

RGB 120 3 58 -
CMYK 0 0.98 0.52 0.53
HSL 331.79º 0.95% 0.24% -
HSV(B) 331.79º 0.98% 0.47% -
XYZ 8.54 4.36 4.4 -
YUV 44.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 120 3 58 0 0.98 0.52 0.53 331.79 0.95 0.24
Hex 78 3 3A 0 62 34 35 14C 5F 18
Octal 170 3 72 0 142 64 65 514 137 30
Binary 1111000 11 111010 0 1100010 110100 110101 101001100 1011111 11000

Color Harmonies of #78033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78033A

Black with #78033A

Text Example


Text Example

White with #78033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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