Html Css Color HEX #780256 Tyrian Purple

📋 copy color: '#780256'

red 120 ◦ green 2 ◦ blue 86

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

Shades of Tyrian Purple #780256

Tints of Tyrian Purple #780256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 57.69%
G = 0.96%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#780256 (or 0x780256) is known color: Tyrian Purple. HEX triplet: 78, 02 and 56. RGB value is (120,2,86). Sum of RGB (Red+Green+Blue) = 120+2+86=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #780256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780256 is #87FDA9. Grayscale: #2E2E2E. Windows color (decimal): -8912298 or 5636728. OLE color: 5636728.

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

Color convert

RGB 120 2 86 -
CMYK 0 0.98 0.28 0.53
HSL 317.29º 0.97% 0.24% -
HSV(B) 317.29º 0.98% 0.47% -
XYZ 9.45 4.71 9.21 -
YUV 46.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 120 2 86 0 0.98 0.28 0.53 317.29 0.97 0.24
Hex 78 2 56 0 62 1C 35 13D 61 18
Octal 170 2 126 0 142 34 65 475 141 30
Binary 1111000 10 1010110 0 1100010 11100 110101 100111101 1100001 11000

Color Harmonies of #780256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780256

Black with #780256

Text Example


Text Example

White with #780256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780256; }

 p { color: rgb(120,2,86); }

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

background-color css

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

 a { background-color: rgb(120,2,86); }

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

border-color css

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

 span { border-color: rgb(120,2,86); }

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