Html Css Color HEX #780C44 Tyrian Purple

📋 copy color: '#780C44'

red 120 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #780C44

Tints of Tyrian Purple #780C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34%

R = 60%
G = 6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#780C44 (or 0x780C44) is known color: Tyrian Purple. HEX triplet: 78, 0C and 44. RGB value is (120,12,68). Sum of RGB (Red+Green+Blue) = 120+12+68=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #780C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C44 is #87F3BB. Grayscale: #323232. Windows color (decimal): -8909756 or 4459640. OLE color: 4459640.

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

Color convert

RGB 120 12 68 -
CMYK 0 0.90 0.43 0.53
HSL 328.89º 0.82% 0.26% -
HSV(B) 328.89º 0.9% 0.47% -
XYZ 8.92 4.67 5.9 -
YUV 50.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 120 12 68 0 0.90 0.43 0.53 328.89 0.82 0.26
Hex 78 C 44 0 5A 2B 35 149 52 1A
Octal 170 14 104 0 132 53 65 511 122 32
Binary 1111000 1100 1000100 0 1011010 101011 110101 101001001 1010010 11010

Color Harmonies of #780C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C44

Black with #780C44

Text Example


Text Example

White with #780C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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