Html Css Color HEX #780641 Tyrian Purple

📋 copy color: '#780641'

red 120 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #780641

Tints of Tyrian Purple #780641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

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

R = 62.83%
G = 3.14%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#780641 (or 0x780641) is known color: Tyrian Purple. HEX triplet: 78, 06 and 41. RGB value is (120,6,65). Sum of RGB (Red+Green+Blue) = 120+6+65=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #780641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780641 is #87F9BE. Grayscale: #2E2E2E. Windows color (decimal): -8911295 or 4261496. OLE color: 4261496.

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

Color convert

RGB 120 6 65 -
CMYK 0 0.95 0.46 0.53
HSL 328.95º 0.9% 0.25% -
HSV(B) 328.95º 0.95% 0.47% -
XYZ 8.76 4.5 5.41 -
YUV 46.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 120 6 65 0 0.95 0.46 0.53 328.95 0.9 0.25
Hex 78 6 41 0 5F 2E 35 149 5A 19
Octal 170 6 101 0 137 56 65 511 132 31
Binary 1111000 110 1000001 0 1011111 101110 110101 101001001 1011010 11001

Color Harmonies of #780641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780641

Black with #780641

Text Example


Text Example

White with #780641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780641; }

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

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

background-color css

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

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

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

border-color css

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

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

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