Html Css Color HEX #770053 Tyrian Purple

📋 copy color: '#770053'

red 119 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #770053

Tints of Tyrian Purple #770053

RGB

 RED value IS 119 (46.88% from 255) = 58.91%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.91%
G = 0%
B = 41.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#770053 (or 0x770053) is known color: Tyrian Purple. HEX triplet: 77, 00 and 53. RGB value is (119,0,83). Sum of RGB (Red+Green+Blue) = 119+0+83=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #770053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770053 is #88FFAC. Grayscale: #2C2C2C. Windows color (decimal): -8978349 or 5439607. OLE color: 5439607.

HSL color Cylindrical-coordinate representation of color #770053: hue angle of 318.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770053 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 83 -
CMYK 0 1 0.30 0.53
HSL 318.15º 1% 0.23% -
HSV(B) 318.15º 1% 0.47% -
XYZ 9.17 4.55 8.58 -
YUV 45.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 119 0 83 0 1 0.30 0.53 318.15 1 0.23
Hex 77 0 53 0 64 1E 35 13E 64 17
Octal 167 0 123 0 144 36 65 476 144 27
Binary 1110111 0 1010011 0 1100100 11110 110101 100111110 1100100 10111

Color Harmonies of #770053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770053

Black with #770053

Text Example


Text Example

White with #770053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770053; }

 p { color: rgb(119,0,83); }

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

background-color css

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

 a { background-color: rgb(119,0,83); }

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

border-color css

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

 span { border-color: rgb(119,0,83); }

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