Html Css Color HEX #770052 Tyrian Purple

📋 copy color: '#770052'

red 119 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #770052

Tints of Tyrian Purple #770052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 59.2%
G = 0%
B = 40.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#770052 (or 0x770052) is known color: Tyrian Purple. HEX triplet: 77, 00 and 52. RGB value is (119,0,82). Sum of RGB (Red+Green+Blue) = 119+0+82=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #770052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770052 is #88FFAD. Grayscale: #2C2C2C. Windows color (decimal): -8978350 or 5374071. OLE color: 5374071.

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

Color convert

RGB 119 0 82 -
CMYK 0 1 0.31 0.53
HSL 318.66º 1% 0.23% -
HSV(B) 318.66º 1% 0.47% -
XYZ 9.13 4.53 8.38 -
YUV 44.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 119 0 82 0 1 0.31 0.53 318.66 1 0.23
Hex 77 0 52 0 64 1F 35 13F 64 17
Octal 167 0 122 0 144 37 65 477 144 27
Binary 1110111 0 1010010 0 1100100 11111 110101 100111111 1100100 10111

Color Harmonies of #770052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770052

Black with #770052

Text Example


Text Example

White with #770052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770052; }

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

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

background-color css

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

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

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

border-color css

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

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

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