Html Css Color HEX #740CAA Purple Heart

📋 copy color: '#740CAA'

red 116 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #740CAA

Tints of Purple Heart #740CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 38.93%
G = 4.03%
B = 57.05%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740CAA (or 0x740CAA) is known color: Purple Heart. HEX triplet: 74, 0C and AA. RGB value is (116,12,170). Sum of RGB (Red+Green+Blue) = 116+12+170=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #740CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CAA is #8BF355. Grayscale: #3C3C3C. Windows color (decimal): -9171798 or 11144308. OLE color: 11144308.

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

Color convert

RGB 116 12 170 -
CMYK 0.32 0.93 0 0.33
HSL 279.49º 0.87% 0.36% -
HSV(B) 279.49º 0.93% 0.67% -
XYZ 14.59 6.88 38.59 -
YUV 61.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 116 12 170 0.32 0.93 0 0.33 279.49 0.87 0.36
Hex 74 C AA 20 5D 0 21 117 57 24
Octal 164 14 252 40 135 0 41 427 127 44
Binary 1110100 1100 10101010 100000 1011101 0 100001 100010111 1010111 100100

Color Harmonies of #740CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CAA

Black with #740CAA

Text Example


Text Example

White with #740CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,12,170); }

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

background-color css

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

 a { background-color: rgb(116,12,170); }

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

border-color css

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

 span { border-color: rgb(116,12,170); }

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