Html Css Color HEX #770187 Purple

📋 copy color: '#770187'

red 119 ◦ green 1 ◦ blue 135

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

Shades of Purple #770187

Tints of Purple #770187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.94%

R = 46.67%
G = 0.39%
B = 52.94%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770187 (or 0x770187) is known color: Purple. HEX triplet: 77, 01 and 87. RGB value is (119,1,135). Sum of RGB (Red+Green+Blue) = 119+1+135=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #770187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770187 is #88FE78. Grayscale: #333333. Windows color (decimal): -8978041 or 8847735. OLE color: 8847735.

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

Color convert

RGB 119 1 135 -
CMYK 0.12 0.99 0 0.47
HSL 292.84º 0.99% 0.27% -
HSV(B) 292.84º 0.99% 0.53% -
XYZ 11.99 5.69 23.39 -
YUV 51.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 119 1 135 0.12 0.99 0 0.47 292.84 0.99 0.27
Hex 77 1 87 C 63 0 2F 125 63 1B
Octal 167 1 207 14 143 0 57 445 143 33
Binary 1110111 1 10000111 1100 1100011 0 101111 100100101 1100011 11011

Color Harmonies of #770187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770187

Black with #770187

Text Example


Text Example

White with #770187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770187; }

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

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

background-color css

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

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

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

border-color css

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

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

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