Html Css Color HEX #7440DA Purple Heart

📋 copy color: '#7440DA'

red 116 ◦ green 64 ◦ blue 218

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

Shades of Purple Heart #7440DA

Tints of Purple Heart #7440DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 29.15%
G = 16.08%
B = 54.77%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7440DA (or 0x7440DA) is known color: Purple Heart. HEX triplet: 74, 40 and DA. RGB value is (116,64,218). Sum of RGB (Red+Green+Blue) = 116+64+218=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #7440DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7440DA is #8BBF25. Grayscale: #606060. Windows color (decimal): -9158438 or 14303348. OLE color: 14303348.

HSL color Cylindrical-coordinate representation of color #7440DA: hue angle of 260.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7440DA is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 64 218 -
CMYK 0.47 0.71 0 0.15
HSL 260.26º 0.68% 0.55% -
HSV(B) 260.26º 0.71% 0.85% -
XYZ 21.69 12.44 67.59 -
YUV 97.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 116 64 218 0.47 0.71 0 0.15 260.26 0.68 0.55
Hex 74 40 DA 2F 47 0 F 104 44 37
Octal 164 100 332 57 107 0 17 404 104 67
Binary 1110100 1000000 11011010 101111 1000111 0 1111 100000100 1000100 110111

Color Harmonies of #7440DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7440DA

Black with #7440DA

Text Example


Text Example

White with #7440DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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