Html Css Color HEX #780257 Tyrian Purple

📋 copy color: '#780257'

red 120 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #780257

Tints of Tyrian Purple #780257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 57.42%
G = 0.96%
B = 41.63%

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

#780257 (or 0x780257) is known color: Tyrian Purple. HEX triplet: 78, 02 and 57. RGB value is (120,2,87). Sum of RGB (Red+Green+Blue) = 120+2+87=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #780257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780257 is #87FDA8. Grayscale: #2E2E2E. Windows color (decimal): -8912297 or 5702264. OLE color: 5702264.

HSL color Cylindrical-coordinate representation of color #780257: hue angle of 316.78º 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 #780257 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 87 -
CMYK 0 0.98 0.28 0.53
HSL 316.78º 0.97% 0.24% -
HSV(B) 316.78º 0.98% 0.47% -
XYZ 9.49 4.72 9.43 -
YUV 46.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 120 2 87 0 0.98 0.28 0.53 316.78 0.97 0.24
Hex 78 2 57 0 62 1C 35 13D 61 18
Octal 170 2 127 0 142 34 65 475 141 30
Binary 1111000 10 1010111 0 1100010 11100 110101 100111101 1100001 11000

Color Harmonies of #780257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780257

Black with #780257

Text Example


Text Example

White with #780257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780257; }

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

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

background-color css

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

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

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

border-color css

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

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

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