Html Css Color HEX #780C87 Purple

📋 copy color: '#780C87'

red 120 ◦ green 12 ◦ blue 135

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

Shades of Purple #780C87

Tints of Purple #780C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

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

R = 44.94%
G = 4.49%
B = 50.56%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#780C87 (or 0x780C87) is known color: Purple. HEX triplet: 78, 0C and 87. RGB value is (120,12,135). Sum of RGB (Red+Green+Blue) = 120+12+135=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #780C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780C87 is #87F378. Grayscale: #393939. Windows color (decimal): -8909689 or 8850552. OLE color: 8850552.

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

Color convert

RGB 120 12 135 -
CMYK 0.11 0.91 0 0.47
HSL 292.68º 0.84% 0.29% -
HSV(B) 292.68º 0.91% 0.53% -
XYZ 12.25 6.01 23.44 -
YUV 58.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 120 12 135 0.11 0.91 0 0.47 292.68 0.84 0.29
Hex 78 C 87 B 5B 0 2F 125 54 1D
Octal 170 14 207 13 133 0 57 445 124 35
Binary 1111000 1100 10000111 1011 1011011 0 101111 100100101 1010100 11101

Color Harmonies of #780C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C87

Black with #780C87

Text Example


Text Example

White with #780C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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