Html Css Color HEX #740DAE Purple Heart

📋 copy color: '#740DAE'

red 116 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #740DAE

Tints of Purple Heart #740DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 38.28%
G = 4.29%
B = 57.43%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#740DAE (or 0x740DAE) is known color: Purple Heart. HEX triplet: 74, 0D and AE. RGB value is (116,13,174). Sum of RGB (Red+Green+Blue) = 116+13+174=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #740DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740DAE is #8BF251. Grayscale: #3D3D3D. Windows color (decimal): -9171538 or 11406708. OLE color: 11406708.

HSL color Cylindrical-coordinate representation of color #740DAE: hue angle of 278.39º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740DAE is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 13 174 -
CMYK 0.33 0.93 0 0.32
HSL 278.39º 0.86% 0.37% -
HSV(B) 278.39º 0.93% 0.68% -
XYZ 14.99 7.06 40.62 -
YUV 62.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 116 13 174 0.33 0.93 0 0.32 278.39 0.86 0.37
Hex 74 D AE 21 5D 0 20 116 56 25
Octal 164 15 256 41 135 0 40 426 126 45
Binary 1110100 1101 10101110 100001 1011101 0 100000 100010110 1010110 100101

Color Harmonies of #740DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DAE

Black with #740DAE

Text Example


Text Example

White with #740DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740DAE; }

 p { color: rgb(116,13,174); }

 H1.HeaderClassName
 {
   color: #740DAE;
 }
 .AnyTagClassName
 {
   color: #740DAE;
 }
</style>

background-color css

<style>
 a { background-color: #740DAE; }

 a { background-color: rgb(116,13,174); }

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

border-color css

<style>
 span { border-color: #740DAE; }

 span { border-color: rgb(116,13,174); }

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