Html Css Color HEX #770587 Purple

📋 copy color: '#770587'

red 119 ◦ green 5 ◦ blue 135

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

Shades of Purple #770587

Tints of Purple #770587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 45.95%
G = 1.93%
B = 52.12%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#770587 (or 0x770587) is known color: Purple. HEX triplet: 77, 05 and 87. RGB value is (119,5,135). Sum of RGB (Red+Green+Blue) = 119+5+135=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #770587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770587 is #88FA78. Grayscale: #353535. Windows color (decimal): -8977017 or 8848759. OLE color: 8848759.

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

Color convert

RGB 119 5 135 -
CMYK 0.12 0.96 0 0.47
HSL 292.62º 0.93% 0.27% -
HSV(B) 292.62º 0.96% 0.53% -
XYZ 12.04 5.78 23.4 -
YUV 53.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 119 5 135 0.12 0.96 0 0.47 292.62 0.93 0.27
Hex 77 5 87 C 60 0 2F 125 5D 1B
Octal 167 5 207 14 140 0 57 445 135 33
Binary 1110111 101 10000111 1100 1100000 0 101111 100100101 1011101 11011

Color Harmonies of #770587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770587

Black with #770587

Text Example


Text Example

White with #770587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770587; }

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

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

background-color css

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

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

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

border-color css

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

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

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