Html Css Color HEX #770237 Tyrian Purple

📋 copy color: '#770237'

red 119 ◦ green 2 ◦ blue 55

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

Shades of Tyrian Purple #770237

Tints of Tyrian Purple #770237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.25%

R = 67.61%
G = 1.14%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#770237 (or 0x770237) is known color: Tyrian Purple. HEX triplet: 77, 02 and 37. RGB value is (119,2,55). Sum of RGB (Red+Green+Blue) = 119+2+55=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #770237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770237 is #88FDC8. Grayscale: #2A2A2A. Windows color (decimal): -8977865 or 3605111. OLE color: 3605111.

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

Color convert

RGB 119 2 55 -
CMYK 0 0.98 0.54 0.53
HSL 332.82º 0.97% 0.24% -
HSV(B) 332.82º 0.98% 0.47% -
XYZ 8.32 4.24 3.99 -
YUV 43.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 119 2 55 0 0.98 0.54 0.53 332.82 0.97 0.24
Hex 77 2 37 0 62 36 35 14D 61 18
Octal 167 2 67 0 142 66 65 515 141 30
Binary 1110111 10 110111 0 1100010 110110 110101 101001101 1100001 11000

Color Harmonies of #770237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770237

Black with #770237

Text Example


Text Example

White with #770237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770237; }

 p { color: rgb(119,2,55); }

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

background-color css

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

 a { background-color: rgb(119,2,55); }

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

border-color css

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

 span { border-color: rgb(119,2,55); }

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