Html Css Color HEX #780D87 Purple

📋 copy color: '#780D87'

red 120 ◦ green 13 ◦ blue 135

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

Shades of Purple #780D87

Tints of Purple #780D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

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

R = 44.78%
G = 4.85%
B = 50.37%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#780D87 (or 0x780D87) is known color: Purple. HEX triplet: 78, 0D and 87. RGB value is (120,13,135). Sum of RGB (Red+Green+Blue) = 120+13+135=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 135 (53.12% from 255 or 50.37% from 268); Max value from RGB is 135 - color contains mainly: blue. Hex color #780D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780D87 is #87F278. Grayscale: #3A3A3A. Windows color (decimal): -8909433 or 8850808. OLE color: 8850808.

HSL color Cylindrical-coordinate representation of color #780D87: hue angle of 292.62º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780D87 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 13 135 -
CMYK 0.11 0.90 0 0.47
HSL 292.62º 0.82% 0.29% -
HSV(B) 292.62º 0.9% 0.53% -
XYZ 12.26 6.03 23.44 -
YUV 58.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 120 13 135 0.11 0.90 0 0.47 292.62 0.82 0.29
Hex 78 D 87 B 5A 0 2F 125 52 1D
Octal 170 15 207 13 132 0 57 445 122 35
Binary 1111000 1101 10000111 1011 1011010 0 101111 100100101 1010010 11101

Color Harmonies of #780D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D87

Black with #780D87

Text Example


Text Example

White with #780D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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