Html Css Color HEX #780254 Tyrian Purple

📋 copy color: '#780254'

red 120 ◦ green 2 ◦ blue 84

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

Shades of Tyrian Purple #780254

Tints of Tyrian Purple #780254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 40.78%

R = 58.25%
G = 0.97%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#780254 (or 0x780254) is known color: Tyrian Purple. HEX triplet: 78, 02 and 54. RGB value is (120,2,84). Sum of RGB (Red+Green+Blue) = 120+2+84=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780254 is #87FDAB. Grayscale: #2E2E2E. Windows color (decimal): -8912300 or 5505656. OLE color: 5505656.

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

Color convert

RGB 120 2 84 -
CMYK 0 0.98 0.3 0.53
HSL 318.31º 0.97% 0.24% -
HSV(B) 318.31º 0.98% 0.47% -
XYZ 9.37 4.68 8.8 -
YUV 46.63 149.09 180.33 -
System Red Green Blue C M Y K H S L
Decimal 120 2 84 0 0.98 0.3 0.53 318.31 0.97 0.24
Hex 78 2 54 0 62 1E 35 13E 61 18
Octal 170 2 124 0 142 36 65 476 141 30
Binary 1111000 10 1010100 0 1100010 11110 110101 100111110 1100001 11000

Color Harmonies of #780254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780254

Black with #780254

Text Example


Text Example

White with #780254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780254; }

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

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

background-color css

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

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

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

border-color css

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

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

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