Html Css Color HEX #770186 Purple

📋 copy color: '#770186'

red 119 ◦ green 1 ◦ blue 134

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

Shades of Purple #770186

Tints of Purple #770186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.76%

R = 46.85%
G = 0.39%
B = 52.76%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770186 (or 0x770186) is known color: Purple. HEX triplet: 77, 01 and 86. RGB value is (119,1,134). Sum of RGB (Red+Green+Blue) = 119+1+134=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #770186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770186 is #88FE79. Grayscale: #333333. Windows color (decimal): -8978042 or 8782199. OLE color: 8782199.

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

Color convert

RGB 119 1 134 -
CMYK 0.11 0.99 0 0.47
HSL 293.23º 0.99% 0.26% -
HSV(B) 293.23º 0.99% 0.53% -
XYZ 11.92 5.66 23.02 -
YUV 51.44 174.59 176.19 -
System Red Green Blue C M Y K H S L
Decimal 119 1 134 0.11 0.99 0 0.47 293.23 0.99 0.26
Hex 77 1 86 B 63 0 2F 125 63 1A
Octal 167 1 206 13 143 0 57 445 143 32
Binary 1110111 1 10000110 1011 1100011 0 101111 100100101 1100011 11010

Color Harmonies of #770186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770186

Black with #770186

Text Example


Text Example

White with #770186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770186; }

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

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

background-color css

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

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

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

border-color css

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

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

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