Html Css Color HEX #780452 Tyrian Purple

📋 copy color: '#780452'

red 120 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #780452

Tints of Tyrian Purple #780452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 58.25%
G = 1.94%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#780452 (or 0x780452) is known color: Tyrian Purple. HEX triplet: 78, 04 and 52. RGB value is (120,4,82). Sum of RGB (Red+Green+Blue) = 120+4+82=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #780452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780452 is #87FBAD. Grayscale: #2F2F2F. Windows color (decimal): -8911790 or 5375096. OLE color: 5375096.

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

Color convert

RGB 120 4 82 -
CMYK 0 0.97 0.32 0.53
HSL 319.66º 0.94% 0.24% -
HSV(B) 319.66º 0.97% 0.47% -
XYZ 9.31 4.69 8.4 -
YUV 47.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 120 4 82 0 0.97 0.32 0.53 319.66 0.94 0.24
Hex 78 4 52 0 61 20 35 140 5E 18
Octal 170 4 122 0 141 40 65 500 136 30
Binary 1111000 100 1010010 0 1100001 100000 110101 101000000 1011110 11000

Color Harmonies of #780452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780452

Black with #780452

Text Example


Text Example

White with #780452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780452; }

 p { color: rgb(120,4,82); }

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

background-color css

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

 a { background-color: rgb(120,4,82); }

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

border-color css

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

 span { border-color: rgb(120,4,82); }

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