Html Css Color HEX #770174 Purple

📋 copy color: '#770174'

red 119 ◦ green 1 ◦ blue 116

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

Shades of Purple #770174

Tints of Purple #770174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 50.42%
G = 0.42%
B = 49.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#770174 (or 0x770174) is known color: Purple. HEX triplet: 77, 01 and 74. RGB value is (119,1,116). Sum of RGB (Red+Green+Blue) = 119+1+116=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770174 is #88FE8B. Grayscale: #313131. Windows color (decimal): -8978060 or 7602551. OLE color: 7602551.

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

Color convert

RGB 119 1 116 -
CMYK 0 0.99 0.03 0.53
HSL 301.53º 0.98% 0.24% -
HSV(B) 301.53º 0.99% 0.47% -
XYZ 10.77 5.2 16.96 -
YUV 49.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 119 1 116 0 0.99 0.03 0.53 301.53 0.98 0.24
Hex 77 1 74 0 63 3 35 12E 62 18
Octal 167 1 164 0 143 3 65 456 142 30
Binary 1110111 1 1110100 0 1100011 11 110101 100101110 1100010 11000

Color Harmonies of #770174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770174

Black with #770174

Text Example


Text Example

White with #770174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770174; }

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

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

background-color css

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

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

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

border-color css

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

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

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