Html Css Color HEX #770433 Tyrian Purple

📋 copy color: '#770433'

red 119 ◦ green 4 ◦ blue 51

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

Shades of Tyrian Purple #770433

Tints of Tyrian Purple #770433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 68.39%
G = 2.3%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#770433 (or 0x770433) is known color: Tyrian Purple. HEX triplet: 77, 04 and 33. RGB value is (119,4,51). Sum of RGB (Red+Green+Blue) = 119+4+51=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #770433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770433 is #88FBCC. Grayscale: #2B2B2B. Windows color (decimal): -8977357 or 3343479. OLE color: 3343479.

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

Color convert

RGB 119 4 51 -
CMYK 0 0.97 0.57 0.53
HSL 335.48º 0.93% 0.24% -
HSV(B) 335.48º 0.97% 0.47% -
XYZ 8.25 4.25 3.52 -
YUV 43.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 119 4 51 0 0.97 0.57 0.53 335.48 0.93 0.24
Hex 77 4 33 0 61 39 35 14F 5D 18
Octal 167 4 63 0 141 71 65 517 135 30
Binary 1110111 100 110011 0 1100001 111001 110101 101001111 1011101 11000

Color Harmonies of #770433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770433

Black with #770433

Text Example


Text Example

White with #770433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770433; }

 p { color: rgb(119,4,51); }

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

background-color css

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

 a { background-color: rgb(119,4,51); }

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

border-color css

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

 span { border-color: rgb(119,4,51); }

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