Html Css Color HEX #781EB8 Purple Heart

📋 copy color: '#781EB8'

red 120 ◦ green 30 ◦ blue 184

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

Shades of Purple Heart #781EB8

Tints of Purple Heart #781EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

 BLUE value IS 184 (72.27% from 255) = 55.09%

R = 35.93%
G = 8.98%
B = 55.09%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#781EB8 (or 0x781EB8) is known color: Purple Heart. HEX triplet: 78, 1E and B8. RGB value is (120,30,184). Sum of RGB (Red+Green+Blue) = 120+30+184=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #781EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EB8 is #87E147. Grayscale: #494949. Windows color (decimal): -8905032 or 12066424. OLE color: 12066424.

HSL color Cylindrical-coordinate representation of color #781EB8: hue angle of 275.06º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781EB8 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 30 184 -
CMYK 0.35 0.84 0 0.28
HSL 275.06º 0.72% 0.42% -
HSV(B) 275.06º 0.84% 0.72% -
XYZ 16.86 8.38 46.08 -
YUV 74.47 189.82 160.48 -
System Red Green Blue C M Y K H S L
Decimal 120 30 184 0.35 0.84 0 0.28 275.06 0.72 0.42
Hex 78 1E B8 23 54 0 1C 113 48 2A
Octal 170 36 270 43 124 0 34 423 110 52
Binary 1111000 11110 10111000 100011 1010100 0 11100 100010011 1001000 101010

Color Harmonies of #781EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EB8

Black with #781EB8

Text Example


Text Example

White with #781EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781EB8; }

 p { color: rgb(120,30,184); }

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

background-color css

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

 a { background-color: rgb(120,30,184); }

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

border-color css

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

 span { border-color: rgb(120,30,184); }

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