Html Css Color HEX #740BAC Purple Heart

📋 copy color: '#740BAC'

red 116 ◦ green 11 ◦ blue 172

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

Shades of Purple Heart #740BAC

Tints of Purple Heart #740BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 38.8%
G = 3.68%
B = 57.53%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740BAC (or 0x740BAC) is known color: Purple Heart. HEX triplet: 74, 0B and AC. RGB value is (116,11,172). Sum of RGB (Red+Green+Blue) = 116+11+172=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #740BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740BAC is #8BF453. Grayscale: #3C3C3C. Windows color (decimal): -9172052 or 11275124. OLE color: 11275124.

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

Color convert

RGB 116 11 172 -
CMYK 0.33 0.94 0 0.33
HSL 279.13º 0.88% 0.36% -
HSV(B) 279.13º 0.94% 0.67% -
XYZ 14.77 6.93 39.59 -
YUV 60.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 116 11 172 0.33 0.94 0 0.33 279.13 0.88 0.36
Hex 74 B AC 21 5E 0 21 117 58 24
Octal 164 13 254 41 136 0 41 427 130 44
Binary 1110100 1011 10101100 100001 1011110 0 100001 100010111 1011000 100100

Color Harmonies of #740BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BAC

Black with #740BAC

Text Example


Text Example

White with #740BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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