Html Css Color HEX #770852 Tyrian Purple

📋 copy color: '#770852'

red 119 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #770852

Tints of Tyrian Purple #770852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.83%

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

R = 56.94%
G = 3.83%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#770852 (or 0x770852) is known color: Tyrian Purple. HEX triplet: 77, 08 and 52. RGB value is (119,8,82). Sum of RGB (Red+Green+Blue) = 119+8+82=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #770852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770852 is #88F7AD. Grayscale: #313131. Windows color (decimal): -8976302 or 5376119. OLE color: 5376119.

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

Color convert

RGB 119 8 82 -
CMYK 0 0.93 0.31 0.53
HSL 320º 0.87% 0.25% -
HSV(B) 320º 0.93% 0.47% -
XYZ 9.22 4.7 8.4 -
YUV 49.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 119 8 82 0 0.93 0.31 0.53 320 0.87 0.25
Hex 77 8 52 0 5D 1F 35 140 57 19
Octal 167 10 122 0 135 37 65 500 127 31
Binary 1110111 1000 1010010 0 1011101 11111 110101 101000000 1010111 11001

Color Harmonies of #770852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770852

Black with #770852

Text Example


Text Example

White with #770852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770852; }

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

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

background-color css

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

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

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

border-color css

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

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

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