Html Css Color HEX #780B3F Tyrian Purple

📋 copy color: '#780B3F'

red 120 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #780B3F

Tints of Tyrian Purple #780B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

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

R = 61.86%
G = 5.67%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#780B3F (or 0x780B3F) is known color: Tyrian Purple. HEX triplet: 78, 0B and 3F. RGB value is (120,11,63). Sum of RGB (Red+Green+Blue) = 120+11+63=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #780B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B3F is #87F4C0. Grayscale: #313131. Windows color (decimal): -8910017 or 4131704. OLE color: 4131704.

HSL color Cylindrical-coordinate representation of color #780B3F: hue angle of 331.38º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B3F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 63 -
CMYK 0 0.91 0.48 0.53
HSL 331.38º 0.83% 0.26% -
HSV(B) 331.38º 0.91% 0.47% -
XYZ 8.76 4.59 5.13 -
YUV 49.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 120 11 63 0 0.91 0.48 0.53 331.38 0.83 0.26
Hex 78 B 3F 0 5B 30 35 14B 53 1A
Octal 170 13 77 0 133 60 65 513 123 32
Binary 1111000 1011 111111 0 1011011 110000 110101 101001011 1010011 11010

Color Harmonies of #780B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B3F

Black with #780B3F

Text Example


Text Example

White with #780B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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