Html Css Color HEX #781EBB Purple Heart

📋 copy color: '#781EBB'

red 120 ◦ green 30 ◦ blue 187

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

Shades of Purple Heart #781EBB

Tints of Purple Heart #781EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 35.61%
G = 8.9%
B = 55.49%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#781EBB (or 0x781EBB) is known color: Purple Heart. HEX triplet: 78, 1E and BB. RGB value is (120,30,187). Sum of RGB (Red+Green+Blue) = 120+30+187=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #781EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781EBB is #87E144. Grayscale: #4A4A4A. Windows color (decimal): -8905029 or 12263032. OLE color: 12263032.

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

Color convert

RGB 120 30 187 -
CMYK 0.36 0.84 0 0.27
HSL 274.39º 0.72% 0.43% -
HSV(B) 274.39º 0.84% 0.73% -
XYZ 17.18 8.51 47.75 -
YUV 74.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 120 30 187 0.36 0.84 0 0.27 274.39 0.72 0.43
Hex 78 1E BB 24 54 0 1B 112 48 2B
Octal 170 36 273 44 124 0 33 422 110 53
Binary 1111000 11110 10111011 100100 1010100 0 11011 100010010 1001000 101011

Color Harmonies of #781EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EBB

Black with #781EBB

Text Example


Text Example

White with #781EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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