Html Css Color HEX #7840BF Purple Heart

📋 copy color: '#7840BF'

red 120 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #7840BF

Tints of Purple Heart #7840BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.93%

R = 32%
G = 17.07%
B = 50.93%

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

#7840BF (or 0x7840BF) is known color: Purple Heart. HEX triplet: 78, 40 and BF. RGB value is (120,64,191). Sum of RGB (Red+Green+Blue) = 120+64+191=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #7840BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7840BF is #87BF40. Grayscale: #5E5E5E. Windows color (decimal): -8896321 or 12533880. OLE color: 12533880.

HSL color Cylindrical-coordinate representation of color #7840BF: hue angle of 266.46º 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 #7840BF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 64 191 -
CMYK 0.37 0.66 0 0.25
HSL 266.46º 0.5% 0.5% -
HSV(B) 266.46º 0.66% 0.75% -
XYZ 18.98 11.42 50.49 -
YUV 95.22 182.05 145.67 -
System Red Green Blue C M Y K H S L
Decimal 120 64 191 0.37 0.66 0 0.25 266.46 0.5 0.5
Hex 78 40 BF 25 42 0 19 10A 32 32
Octal 170 100 277 45 102 0 31 412 62 62
Binary 1111000 1000000 10111111 100101 1000010 0 11001 100001010 110010 110010

Color Harmonies of #7840BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7840BF

Black with #7840BF

Text Example


Text Example

White with #7840BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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