Html Css Color HEX #740AB7 Purple Heart

📋 copy color: '#740AB7'

red 116 ◦ green 10 ◦ blue 183

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

Shades of Purple Heart #740AB7

Tints of Purple Heart #740AB7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.24%

 BLUE value IS 183 (71.88% from 255) = 59.22%

R = 37.54%
G = 3.24%
B = 59.22%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#740AB7 (or 0x740AB7) is known color: Purple Heart. HEX triplet: 74, 0A and B7. RGB value is (116,10,183). Sum of RGB (Red+Green+Blue) = 116+10+183=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #740AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740AB7 is #8BF548. Grayscale: #3C3C3C. Windows color (decimal): -9172297 or 11995764. OLE color: 11995764.

HSL color Cylindrical-coordinate representation of color #740AB7: hue angle of 276.76º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740AB7 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 116 10 183 -
CMYK 0.37 0.95 0 0.28
HSL 276.76º 0.9% 0.38% -
HSV(B) 276.76º 0.95% 0.72% -
XYZ 15.86 7.35 45.38 -
YUV 61.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 116 10 183 0.37 0.95 0 0.28 276.76 0.9 0.38
Hex 74 A B7 25 5F 0 1C 115 5A 26
Octal 164 12 267 45 137 0 34 425 132 46
Binary 1110100 1010 10110111 100101 1011111 0 11100 100010101 1011010 100110

Color Harmonies of #740AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AB7

Black with #740AB7

Text Example


Text Example

White with #740AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,10,183); }

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

background-color css

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

 a { background-color: rgb(116,10,183); }

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

border-color css

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

 span { border-color: rgb(116,10,183); }

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