Html Css Color HEX #7440BA Purple Heart

📋 copy color: '#7440BA'

red 116 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #7440BA

Tints of Purple Heart #7440BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 31.69%
G = 17.49%
B = 50.82%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7440BA (or 0x7440BA) is known color: Purple Heart. HEX triplet: 74, 40 and BA. RGB value is (116,64,186). Sum of RGB (Red+Green+Blue) = 116+64+186=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #7440BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440BA is #8BBF45. Grayscale: #5D5D5D. Windows color (decimal): -9158470 or 12206196. OLE color: 12206196.

HSL color Cylindrical-coordinate representation of color #7440BA: hue angle of 265.57º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7440BA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 64 186 -
CMYK 0.38 0.66 0 0.27
HSL 265.57º 0.49% 0.49% -
HSV(B) 265.57º 0.66% 0.73% -
XYZ 17.9 10.92 47.62 -
YUV 93.46 180.23 144.08 -
System Red Green Blue C M Y K H S L
Decimal 116 64 186 0.38 0.66 0 0.27 265.57 0.49 0.49
Hex 74 40 BA 26 42 0 1B 10A 31 31
Octal 164 100 272 46 102 0 33 412 61 61
Binary 1110100 1000000 10111010 100110 1000010 0 11011 100001010 110001 110001

Color Harmonies of #7440BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440BA

Black with #7440BA

Text Example


Text Example

White with #7440BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7440BA; }

 p { color: rgb(116,64,186); }

 H1.HeaderClassName
 {
   color: #7440BA;
 }
 .AnyTagClassName
 {
   color: #7440BA;
 }
</style>

background-color css

<style>
 a { background-color: #7440BA; }

 a { background-color: rgb(116,64,186); }

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

border-color css

<style>
 span { border-color: #7440BA; }

 span { border-color: rgb(116,64,186); }

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