Html Css Color HEX #780C3E Tyrian Purple

📋 copy color: '#780C3E'

red 120 ◦ green 12 ◦ blue 62

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

Shades of Tyrian Purple #780C3E

Tints of Tyrian Purple #780C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 61.86%
G = 6.19%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#780C3E (or 0x780C3E) is known color: Tyrian Purple. HEX triplet: 78, 0C and 3E. RGB value is (120,12,62). Sum of RGB (Red+Green+Blue) = 120+12+62=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C3E is #87F3C1. Grayscale: #313131. Windows color (decimal): -8909762 or 4066424. OLE color: 4066424.

HSL color Cylindrical-coordinate representation of color #780C3E: hue angle of 332.22º 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 #780C3E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 62 -
CMYK 0 0.90 0.48 0.53
HSL 332.22º 0.82% 0.26% -
HSV(B) 332.22º 0.9% 0.47% -
XYZ 8.75 4.6 4.99 -
YUV 49.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 120 12 62 0 0.90 0.48 0.53 332.22 0.82 0.26
Hex 78 C 3E 0 5A 30 35 14C 52 1A
Octal 170 14 76 0 132 60 65 514 122 32
Binary 1111000 1100 111110 0 1011010 110000 110101 101001100 1010010 11010

Color Harmonies of #780C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C3E

Black with #780C3E

Text Example


Text Example

White with #780C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780C3E; }

 p { color: rgb(120,12,62); }

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

background-color css

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

 a { background-color: rgb(120,12,62); }

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

border-color css

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

 span { border-color: rgb(120,12,62); }

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