Html Css Color HEX #770552 Tyrian Purple

📋 copy color: '#770552'

red 119 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #770552

Tints of Tyrian Purple #770552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

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

R = 57.77%
G = 2.43%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#770552 (or 0x770552) is known color: Tyrian Purple. HEX triplet: 77, 05 and 52. RGB value is (119,5,82). Sum of RGB (Red+Green+Blue) = 119+5+82=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #770552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770552 is #88FAAD. Grayscale: #2F2F2F. Windows color (decimal): -8977070 or 5375351. OLE color: 5375351.

HSL color Cylindrical-coordinate representation of color #770552: hue angle of 319.47º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770552 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 82 -
CMYK 0 0.96 0.31 0.53
HSL 319.47º 0.92% 0.24% -
HSV(B) 319.47º 0.96% 0.47% -
XYZ 9.19 4.64 8.39 -
YUV 47.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 119 5 82 0 0.96 0.31 0.53 319.47 0.92 0.24
Hex 77 5 52 0 60 1F 35 13F 5C 18
Octal 167 5 122 0 140 37 65 477 134 30
Binary 1110111 101 1010010 0 1100000 11111 110101 100111111 1011100 11000

Color Harmonies of #770552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770552

Black with #770552

Text Example


Text Example

White with #770552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770552; }

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

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

background-color css

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

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

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

border-color css

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

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

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