Html Css Color HEX #780553 Tyrian Purple

📋 copy color: '#780553'

red 120 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #780553

Tints of Tyrian Purple #780553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.4%

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 57.69%
G = 2.4%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#780553 (or 0x780553) is known color: Tyrian Purple. HEX triplet: 78, 05 and 53. RGB value is (120,5,83). Sum of RGB (Red+Green+Blue) = 120+5+83=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #780553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780553 is #87FAAC. Grayscale: #303030. Windows color (decimal): -8911533 or 5440888. OLE color: 5440888.

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

Color convert

RGB 120 5 83 -
CMYK 0 0.96 0.31 0.53
HSL 319.3º 0.92% 0.25% -
HSV(B) 319.3º 0.96% 0.47% -
XYZ 9.36 4.73 8.6 -
YUV 48.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 120 5 83 0 0.96 0.31 0.53 319.3 0.92 0.25
Hex 78 5 53 0 60 1F 35 13F 5C 19
Octal 170 5 123 0 140 37 65 477 134 31
Binary 1111000 101 1010011 0 1100000 11111 110101 100111111 1011100 11001

Color Harmonies of #780553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780553

Black with #780553

Text Example


Text Example

White with #780553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780553; }

 p { color: rgb(120,5,83); }

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

background-color css

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

 a { background-color: rgb(120,5,83); }

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

border-color css

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

 span { border-color: rgb(120,5,83); }

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