Html Css Color HEX #770874 Purple

📋 copy color: '#770874'

red 119 ◦ green 8 ◦ blue 116

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

Shades of Purple #770874

Tints of Purple #770874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 48.97%
G = 3.29%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770874 (or 0x770874) is known color: Purple. HEX triplet: 77, 08 and 74. RGB value is (119,8,116). Sum of RGB (Red+Green+Blue) = 119+8+116=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #770874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770874 is #88F78B. Grayscale: #353535. Windows color (decimal): -8976268 or 7604343. OLE color: 7604343.

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

Color convert

RGB 119 8 116 -
CMYK 0 0.93 0.03 0.53
HSL 301.62º 0.87% 0.25% -
HSV(B) 301.62º 0.93% 0.47% -
XYZ 10.85 5.36 16.99 -
YUV 53.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 119 8 116 0 0.93 0.03 0.53 301.62 0.87 0.25
Hex 77 8 74 0 5D 3 35 12E 57 19
Octal 167 10 164 0 135 3 65 456 127 31
Binary 1110111 1000 1110100 0 1011101 11 110101 100101110 1010111 11001

Color Harmonies of #770874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770874

Black with #770874

Text Example


Text Example

White with #770874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770874; }

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

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

background-color css

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

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

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

border-color css

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

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

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