Html Css Color HEX #7744BE Purple Heart

📋 copy color: '#7744BE'

red 119 ◦ green 68 ◦ blue 190

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

Shades of Purple Heart #7744BE

Tints of Purple Heart #7744BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 31.56%
G = 18.04%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7744BE (or 0x7744BE) is known color: Purple Heart. HEX triplet: 77, 44 and BE. RGB value is (119,68,190). Sum of RGB (Red+Green+Blue) = 119+68+190=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7744BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7744BE is #88BB41. Grayscale: #606060. Windows color (decimal): -8960834 or 12469367. OLE color: 12469367.

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

Color convert

RGB 119 68 190 -
CMYK 0.37 0.64 0 0.25
HSL 265.08º 0.48% 0.51% -
HSV(B) 265.08º 0.64% 0.75% -
XYZ 18.97 11.77 49.99 -
YUV 97.16 180.4 143.58 -
System Red Green Blue C M Y K H S L
Decimal 119 68 190 0.37 0.64 0 0.25 265.08 0.48 0.51
Hex 77 44 BE 25 40 0 19 109 30 33
Octal 167 104 276 45 100 0 31 411 60 63
Binary 1110111 1000100 10111110 100101 1000000 0 11001 100001001 110000 110011

Color Harmonies of #7744BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7744BE

Black with #7744BE

Text Example


Text Example

White with #7744BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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