Html Css Color HEX #780041 Tyrian Purple

📋 copy color: '#780041'

red 120 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #780041

Tints of Tyrian Purple #780041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 64.86%
G = 0%
B = 35.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#780041 (or 0x780041) is known color: Tyrian Purple. HEX triplet: 78, 00 and 41. RGB value is (120,0,65). Sum of RGB (Red+Green+Blue) = 120+0+65=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #780041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780041 is #87FFBE. Grayscale: #2B2B2B. Windows color (decimal): -8912831 or 4259960. OLE color: 4259960.

HSL color Cylindrical-coordinate representation of color #780041: hue angle of 327.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780041 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 65 -
CMYK 0 1 0.46 0.53
HSL 327.5º 1% 0.24% -
HSV(B) 327.5º 1% 0.47% -
XYZ 8.7 4.37 5.39 -
YUV 43.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 120 0 65 0 1 0.46 0.53 327.5 1 0.24
Hex 78 0 41 0 64 2E 35 148 64 18
Octal 170 0 101 0 144 56 65 510 144 30
Binary 1111000 0 1000001 0 1100100 101110 110101 101001000 1100100 11000

Color Harmonies of #780041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780041

Black with #780041

Text Example


Text Example

White with #780041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780041; }

 p { color: rgb(120,0,65); }

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

background-color css

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

 a { background-color: rgb(120,0,65); }

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

border-color css

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

 span { border-color: rgb(120,0,65); }

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