Html Css Color HEX #780C3F Tyrian Purple

📋 copy color: '#780C3F'

red 120 ◦ green 12 ◦ blue 63

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

Shades of Tyrian Purple #780C3F

Tints of Tyrian Purple #780C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.31%

R = 61.54%
G = 6.15%
B = 32.31%

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

#780C3F (or 0x780C3F) is known color: Tyrian Purple. HEX triplet: 78, 0C and 3F. RGB value is (120,12,63). Sum of RGB (Red+Green+Blue) = 120+12+63=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #780C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C3F is #87F3C0. Grayscale: #323232. Windows color (decimal): -8909761 or 4131960. OLE color: 4131960.

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

Color convert

RGB 120 12 63 -
CMYK 0 0.90 0.48 0.53
HSL 331.67º 0.82% 0.26% -
HSV(B) 331.67º 0.9% 0.47% -
XYZ 8.77 4.61 5.13 -
YUV 50.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 120 12 63 0 0.90 0.48 0.53 331.67 0.82 0.26
Hex 78 C 3F 0 5A 30 35 14C 52 1A
Octal 170 14 77 0 132 60 65 514 122 32
Binary 1111000 1100 111111 0 1011010 110000 110101 101001100 1010010 11010

Color Harmonies of #780C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C3F

Black with #780C3F

Text Example


Text Example

White with #780C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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