Html Css Color HEX #780887 Purple

📋 copy color: '#780887'

red 120 ◦ green 8 ◦ blue 135

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

Shades of Purple #780887

Tints of Purple #780887

RGB

 RED value IS 120 (47.27% from 255) = 45.63%

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

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

R = 45.63%
G = 3.04%
B = 51.33%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#780887 (or 0x780887) is known color: Purple. HEX triplet: 78, 08 and 87. RGB value is (120,8,135). Sum of RGB (Red+Green+Blue) = 120+8+135=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #780887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780887 is #87F778. Grayscale: #373737. Windows color (decimal): -8910713 or 8849528. OLE color: 8849528.

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

Color convert

RGB 120 8 135 -
CMYK 0.11 0.94 0 0.47
HSL 292.91º 0.89% 0.28% -
HSV(B) 292.91º 0.94% 0.53% -
XYZ 12.21 5.92 23.42 -
YUV 55.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 120 8 135 0.11 0.94 0 0.47 292.91 0.89 0.28
Hex 78 8 87 B 5E 0 2F 125 59 1C
Octal 170 10 207 13 136 0 57 445 131 34
Binary 1111000 1000 10000111 1011 1011110 0 101111 100100101 1011001 11100

Color Harmonies of #780887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780887

Black with #780887

Text Example


Text Example

White with #780887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780887; }

 p { color: rgb(120,8,135); }

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

background-color css

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

 a { background-color: rgb(120,8,135); }

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

border-color css

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

 span { border-color: rgb(120,8,135); }

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