Html Css Color HEX #780951 Tyrian Purple

📋 copy color: '#780951'

red 120 ◦ green 9 ◦ blue 81

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

Shades of Tyrian Purple #780951

Tints of Tyrian Purple #780951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 57.14%
G = 4.29%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#780951 (or 0x780951) is known color: Tyrian Purple. HEX triplet: 78, 09 and 51. RGB value is (120,9,81). Sum of RGB (Red+Green+Blue) = 120+9+81=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #780951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780951 is #87F6AE. Grayscale: #323232. Windows color (decimal): -8910511 or 5310840. OLE color: 5310840.

HSL color Cylindrical-coordinate representation of color #780951: hue angle of 321.08º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780951 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 81 -
CMYK 0 0.92 0.32 0.53
HSL 321.08º 0.86% 0.25% -
HSV(B) 321.08º 0.93% 0.47% -
XYZ 9.33 4.78 8.22 -
YUV 50.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 120 9 81 0 0.92 0.32 0.53 321.08 0.86 0.25
Hex 78 9 51 0 5C 20 35 141 56 19
Octal 170 11 121 0 134 40 65 501 126 31
Binary 1111000 1001 1010001 0 1011100 100000 110101 101000001 1010110 11001

Color Harmonies of #780951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780951

Black with #780951

Text Example


Text Example

White with #780951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780951; }

 p { color: rgb(120,9,81); }

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

background-color css

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

 a { background-color: rgb(120,9,81); }

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

border-color css

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

 span { border-color: rgb(120,9,81); }

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