Html Css Color HEX #770033 Tyrian Purple

📋 copy color: '#770033'

red 119 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #770033

Tints of Tyrian Purple #770033

RGB

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

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

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

R = 70%
G = 0%
B = 30%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#770033 (or 0x770033) is known color: Tyrian Purple. HEX triplet: 77, 00 and 33. RGB value is (119,0,51). Sum of RGB (Red+Green+Blue) = 119+0+51=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #770033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770033 is #88FFCC. Grayscale: #292929. Windows color (decimal): -8978381 or 3342455. OLE color: 3342455.

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

Color convert

RGB 119 0 51 -
CMYK 0 1 0.57 0.53
HSL 334.29º 1% 0.23% -
HSV(B) 334.29º 1% 0.47% -
XYZ 8.21 4.16 3.5 -
YUV 41.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 119 0 51 0 1 0.57 0.53 334.29 1 0.23
Hex 77 0 33 0 64 39 35 14E 64 17
Octal 167 0 63 0 144 71 65 516 144 27
Binary 1110111 0 110011 0 1100100 111001 110101 101001110 1100100 10111

Color Harmonies of #770033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770033

Black with #770033

Text Example


Text Example

White with #770033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770033; }

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

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

background-color css

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

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

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

border-color css

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

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

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