Html Css Color HEX #7740BE Purple Heart

📋 copy color: '#7740BE'

red 119 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #7740BE

Tints of Purple Heart #7740BE

RGB

 RED value IS 119 (46.88% from 255) = 31.9%

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

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

R = 31.9%
G = 17.16%
B = 50.94%

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

#7740BE (or 0x7740BE) is known color: Purple Heart. HEX triplet: 77, 40 and BE. RGB value is (119,64,190). Sum of RGB (Red+Green+Blue) = 119+64+190=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #7740BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7740BE is #88BF41. Grayscale: #5E5E5E. Windows color (decimal): -8961858 or 12468343. OLE color: 12468343.

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

Color convert

RGB 119 64 190 -
CMYK 0.37 0.66 0 0.25
HSL 266.19º 0.5% 0.5% -
HSV(B) 266.19º 0.66% 0.75% -
XYZ 18.74 11.31 49.91 -
YUV 94.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 119 64 190 0.37 0.66 0 0.25 266.19 0.5 0.5
Hex 77 40 BE 25 42 0 19 10A 32 32
Octal 167 100 276 45 102 0 31 412 62 62
Binary 1110111 1000000 10111110 100101 1000010 0 11001 100001010 110010 110010

Color Harmonies of #7740BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740BE

Black with #7740BE

Text Example


Text Example

White with #7740BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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