Html Css Color HEX #740BAE Purple Heart

📋 copy color: '#740BAE'

red 116 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #740BAE

Tints of Purple Heart #740BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

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

R = 38.54%
G = 3.65%
B = 57.81%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#740BAE (or 0x740BAE) is known color: Purple Heart. HEX triplet: 74, 0B and AE. RGB value is (116,11,174). Sum of RGB (Red+Green+Blue) = 116+11+174=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #740BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAE is #8BF451. Grayscale: #3C3C3C. Windows color (decimal): -9172050 or 11406196. OLE color: 11406196.

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

Color convert

RGB 116 11 174 -
CMYK 0.33 0.94 0 0.32
HSL 278.65º 0.88% 0.36% -
HSV(B) 278.65º 0.94% 0.68% -
XYZ 14.96 7.01 40.61 -
YUV 60.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 116 11 174 0.33 0.94 0 0.32 278.65 0.88 0.36
Hex 74 B AE 21 5E 0 20 117 58 24
Octal 164 13 256 41 136 0 40 427 130 44
Binary 1110100 1011 10101110 100001 1011110 0 100000 100010111 1011000 100100

Color Harmonies of #740BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BAE

Black with #740BAE

Text Example


Text Example

White with #740BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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