Html Css Color HEX #770870 Purple

📋 copy color: '#770870'

red 119 ◦ green 8 ◦ blue 112

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

Shades of Purple #770870

Tints of Purple #770870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 46.86%

R = 49.79%
G = 3.35%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770870 (or 0x770870) is known color: Purple. HEX triplet: 77, 08 and 70. RGB value is (119,8,112). Sum of RGB (Red+Green+Blue) = 119+8+112=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #770870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770870 is #88F78F. Grayscale: #343434. Windows color (decimal): -8976272 or 7342199. OLE color: 7342199.

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

Color convert

RGB 119 8 112 -
CMYK 0 0.93 0.06 0.53
HSL 303.78º 0.87% 0.25% -
HSV(B) 303.78º 0.93% 0.47% -
XYZ 10.62 5.27 15.79 -
YUV 53.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 119 8 112 0 0.93 0.06 0.53 303.78 0.87 0.25
Hex 77 8 70 0 5D 6 35 130 57 19
Octal 167 10 160 0 135 6 65 460 127 31
Binary 1110111 1000 1110000 0 1011101 110 110101 100110000 1010111 11001

Color Harmonies of #770870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770870

Black with #770870

Text Example


Text Example

White with #770870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770870; }

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

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

background-color css

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

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

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

border-color css

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

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

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