Html Css Color HEX #7840BE Purple Heart

📋 copy color: '#7840BE'

red 120 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #7840BE

Tints of Purple Heart #7840BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 32.09%
G = 17.11%
B = 50.8%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7840BE (or 0x7840BE) is known color: Purple Heart. HEX triplet: 78, 40 and BE. RGB value is (120,64,190). Sum of RGB (Red+Green+Blue) = 120+64+190=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #7840BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7840BE is #87BF41. Grayscale: #5E5E5E. Windows color (decimal): -8896322 or 12468344. OLE color: 12468344.

HSL color Cylindrical-coordinate representation of color #7840BE: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7840BE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 64 190 -
CMYK 0.37 0.66 0 0.25
HSL 266.67º 0.5% 0.5% -
HSV(B) 266.67º 0.66% 0.75% -
XYZ 18.87 11.38 49.92 -
YUV 95.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 120 64 190 0.37 0.66 0 0.25 266.67 0.5 0.5
Hex 78 40 BE 25 42 0 19 10B 32 32
Octal 170 100 276 45 102 0 31 413 62 62
Binary 1111000 1000000 10111110 100101 1000010 0 11001 100001011 110010 110010

Color Harmonies of #7840BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7840BE

Black with #7840BE

Text Example


Text Example

White with #7840BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7840BE; }

 p { color: rgb(120,64,190); }

 H1.HeaderClassName
 {
   color: #7840BE;
 }
 .AnyTagClassName
 {
   color: #7840BE;
 }
</style>

background-color css

<style>
 a { background-color: #7840BE; }

 a { background-color: rgb(120,64,190); }

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

border-color css

<style>
 span { border-color: #7840BE; }

 span { border-color: rgb(120,64,190); }

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