Html Css Color HEX #770353 Tyrian Purple

📋 copy color: '#770353'

red 119 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #770353

Tints of Tyrian Purple #770353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 58.05%
G = 1.46%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#770353 (or 0x770353) is known color: Tyrian Purple. HEX triplet: 77, 03 and 53. RGB value is (119,3,83). Sum of RGB (Red+Green+Blue) = 119+3+83=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #770353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770353 is #88FCAC. Grayscale: #2E2E2E. Windows color (decimal): -8977581 or 5440375. OLE color: 5440375.

HSL color Cylindrical-coordinate representation of color #770353: hue angle of 318.62º degrees, saturation: 0.95, 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 #770353 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 83 -
CMYK 0 0.97 0.30 0.53
HSL 318.62º 0.95% 0.24% -
HSV(B) 318.62º 0.97% 0.47% -
XYZ 9.2 4.61 8.59 -
YUV 46.8 148.43 179.5 -
System Red Green Blue C M Y K H S L
Decimal 119 3 83 0 0.97 0.30 0.53 318.62 0.95 0.24
Hex 77 3 53 0 61 1E 35 13F 5F 18
Octal 167 3 123 0 141 36 65 477 137 30
Binary 1110111 11 1010011 0 1100001 11110 110101 100111111 1011111 11000

Color Harmonies of #770353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770353

Black with #770353

Text Example


Text Example

White with #770353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770353; }

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

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

background-color css

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

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

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

border-color css

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

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

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