Html Css Color HEX #7444BE Purple Heart

📋 copy color: '#7444BE'

red 116 ◦ green 68 ◦ blue 190

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

Shades of Purple Heart #7444BE

Tints of Purple Heart #7444BE

RGB

 RED value IS 116 (45.7% from 255) = 31.02%

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

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

R = 31.02%
G = 18.18%
B = 50.8%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7444BE (or 0x7444BE) is known color: Purple Heart. HEX triplet: 74, 44 and BE. RGB value is (116,68,190). Sum of RGB (Red+Green+Blue) = 116+68+190=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 68 (26.95% from 255 or 18.18% 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 #7444BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7444BE is #8BBB41. Grayscale: #5F5F5F. Windows color (decimal): -9157442 or 12469364. OLE color: 12469364.

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

Color convert

RGB 116 68 190 -
CMYK 0.39 0.64 0 0.25
HSL 263.61º 0.48% 0.51% -
HSV(B) 263.61º 0.64% 0.75% -
XYZ 18.56 11.56 49.97 -
YUV 96.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 116 68 190 0.39 0.64 0 0.25 263.61 0.48 0.51
Hex 74 44 BE 27 40 0 19 108 30 33
Octal 164 104 276 47 100 0 31 410 60 63
Binary 1110100 1000100 10111110 100111 1000000 0 11001 100001000 110000 110011

Color Harmonies of #7444BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7444BE

Black with #7444BE

Text Example


Text Example

White with #7444BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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