Html Css Color HEX #780FAC Purple Heart

📋 copy color: '#780FAC'

red 120 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #780FAC

Tints of Purple Heart #780FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 39.09%
G = 4.89%
B = 56.03%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#780FAC (or 0x780FAC) is known color: Purple Heart. HEX triplet: 78, 0F and AC. RGB value is (120,15,172). Sum of RGB (Red+Green+Blue) = 120+15+172=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #780FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780FAC is #87F053. Grayscale: #3F3F3F. Windows color (decimal): -8908884 or 11276152. OLE color: 11276152.

HSL color Cylindrical-coordinate representation of color #780FAC: hue angle of 280.13º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780FAC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 15 172 -
CMYK 0.30 0.91 0 0.33
HSL 280.13º 0.84% 0.37% -
HSV(B) 280.13º 0.91% 0.67% -
XYZ 15.36 7.31 39.63 -
YUV 64.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 120 15 172 0.30 0.91 0 0.33 280.13 0.84 0.37
Hex 78 F AC 1E 5B 0 21 118 54 25
Octal 170 17 254 36 133 0 41 430 124 45
Binary 1111000 1111 10101100 11110 1011011 0 100001 100011000 1010100 100101

Color Harmonies of #780FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780FAC

Black with #780FAC

Text Example


Text Example

White with #780FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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