Html Css Color HEX #781EBA Purple Heart

📋 copy color: '#781EBA'

red 120 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #781EBA

Tints of Purple Heart #781EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.36%

R = 35.71%
G = 8.93%
B = 55.36%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#781EBA (or 0x781EBA) is known color: Purple Heart. HEX triplet: 78, 1E and BA. RGB value is (120,30,186). Sum of RGB (Red+Green+Blue) = 120+30+186=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #781EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EBA is #87E145. Grayscale: #4A4A4A. Windows color (decimal): -8905030 or 12197496. OLE color: 12197496.

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

Color convert

RGB 120 30 186 -
CMYK 0.35 0.84 0 0.27
HSL 274.62º 0.72% 0.42% -
HSV(B) 274.62º 0.84% 0.73% -
XYZ 17.07 8.47 47.19 -
YUV 74.69 190.82 160.32 -
System Red Green Blue C M Y K H S L
Decimal 120 30 186 0.35 0.84 0 0.27 274.62 0.72 0.42
Hex 78 1E BA 23 54 0 1B 113 48 2A
Octal 170 36 272 43 124 0 33 423 110 52
Binary 1111000 11110 10111010 100011 1010100 0 11011 100010011 1001000 101010

Color Harmonies of #781EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EBA

Black with #781EBA

Text Example


Text Example

White with #781EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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