Html Css Color HEX #780187 Purple

📋 copy color: '#780187'

red 120 ◦ green 1 ◦ blue 135

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

Shades of Purple #780187

Tints of Purple #780187

RGB

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

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

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

R = 46.88%
G = 0.39%
B = 52.73%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#780187 (or 0x780187) is known color: Purple. HEX triplet: 78, 01 and 87. RGB value is (120,1,135). Sum of RGB (Red+Green+Blue) = 120+1+135=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #780187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780187 is #87FE78. Grayscale: #333333. Windows color (decimal): -8912505 or 8847736. OLE color: 8847736.

HSL color Cylindrical-coordinate representation of color #780187: hue angle of 293.28º 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 #780187 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 1 135 -
CMYK 0.11 0.99 0 0.47
HSL 293.28º 0.99% 0.27% -
HSV(B) 293.28º 0.99% 0.53% -
XYZ 12.13 5.76 23.39 -
YUV 51.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 120 1 135 0.11 0.99 0 0.47 293.28 0.99 0.27
Hex 78 1 87 B 63 0 2F 125 63 1B
Octal 170 1 207 13 143 0 57 445 143 33
Binary 1111000 1 10000111 1011 1100011 0 101111 100100101 1100011 11011

Color Harmonies of #780187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780187

Black with #780187

Text Example


Text Example

White with #780187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780187; }

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

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

background-color css

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

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

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

border-color css

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

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

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