Html Css Color HEX #780C35 Tyrian Purple

📋 copy color: '#780C35'

red 120 ◦ green 12 ◦ blue 53

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

Shades of Tyrian Purple #780C35

Tints of Tyrian Purple #780C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 64.86%
G = 6.49%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#780C35 (or 0x780C35) is known color: Tyrian Purple. HEX triplet: 78, 0C and 35. RGB value is (120,12,53). Sum of RGB (Red+Green+Blue) = 120+12+53=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C35 is #87F3CA. Grayscale: #303030. Windows color (decimal): -8909771 or 3476600. OLE color: 3476600.

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

Color convert

RGB 120 12 53 -
CMYK 0 0.90 0.56 0.53
HSL 337.22º 0.82% 0.26% -
HSV(B) 337.22º 0.9% 0.47% -
XYZ 8.52 4.51 3.79 -
YUV 48.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 120 12 53 0 0.90 0.56 0.53 337.22 0.82 0.26
Hex 78 C 35 0 5A 38 35 151 52 1A
Octal 170 14 65 0 132 70 65 521 122 32
Binary 1111000 1100 110101 0 1011010 111000 110101 101010001 1010010 11010

Color Harmonies of #780C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C35

Black with #780C35

Text Example


Text Example

White with #780C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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