Html Css Color HEX #770233 Tyrian Purple

📋 copy color: '#770233'

red 119 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #770233

Tints of Tyrian Purple #770233

RGB

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

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

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

R = 69.19%
G = 1.16%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#770233 (or 0x770233) is known color: Tyrian Purple. HEX triplet: 77, 02 and 33. RGB value is (119,2,51). Sum of RGB (Red+Green+Blue) = 119+2+51=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #770233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770233 is #88FDCC. Grayscale: #2A2A2A. Windows color (decimal): -8977869 or 3342967. OLE color: 3342967.

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

Color convert

RGB 119 2 51 -
CMYK 0 0.98 0.57 0.53
HSL 334.87º 0.97% 0.24% -
HSV(B) 334.87º 0.98% 0.47% -
XYZ 8.23 4.2 3.51 -
YUV 42.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 119 2 51 0 0.98 0.57 0.53 334.87 0.97 0.24
Hex 77 2 33 0 62 39 35 14F 61 18
Octal 167 2 63 0 142 71 65 517 141 30
Binary 1110111 10 110011 0 1100010 111001 110101 101001111 1100001 11000

Color Harmonies of #770233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770233

Black with #770233

Text Example


Text Example

White with #770233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770233; }

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

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

background-color css

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

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

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

border-color css

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

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

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