Html Css Color HEX #780FB1 Purple Heart

📋 copy color: '#780FB1'

red 120 ◦ green 15 ◦ blue 177

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

Shades of Purple Heart #780FB1

Tints of Purple Heart #780FB1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.81%

 BLUE value IS 177 (69.53% from 255) = 56.73%

R = 38.46%
G = 4.81%
B = 56.73%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#780FB1 (or 0x780FB1) is known color: Purple Heart. HEX triplet: 78, 0F and B1. RGB value is (120,15,177). Sum of RGB (Red+Green+Blue) = 120+15+177=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #780FB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780FB1 is #87F04E. Grayscale: #404040. Windows color (decimal): -8908879 or 11603832. OLE color: 11603832.

HSL color Cylindrical-coordinate representation of color #780FB1: hue angle of 278.89º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780FB1 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 15 177 -
CMYK 0.32 0.92 0 0.31
HSL 278.89º 0.84% 0.38% -
HSV(B) 278.89º 0.92% 0.69% -
XYZ 15.85 7.51 42.21 -
YUV 64.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 120 15 177 0.32 0.92 0 0.31 278.89 0.84 0.38
Hex 78 F B1 20 5C 0 1F 117 54 26
Octal 170 17 261 40 134 0 37 427 124 46
Binary 1111000 1111 10110001 100000 1011100 0 11111 100010111 1010100 100110

Color Harmonies of #780FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FB1

Black with #780FB1

Text Example


Text Example

White with #780FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,177); }

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

background-color css

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

 a { background-color: rgb(120,15,177); }

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

border-color css

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

 span { border-color: rgb(120,15,177); }

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