Html Css Color HEX #740CAC Purple Heart

📋 copy color: '#740CAC'

red 116 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #740CAC

Tints of Purple Heart #740CAC

RGB

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

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

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

R = 38.67%
G = 4%
B = 57.33%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#740CAC (or 0x740CAC) is known color: Purple Heart. HEX triplet: 74, 0C and AC. RGB value is (116,12,172). Sum of RGB (Red+Green+Blue) = 116+12+172=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #740CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CAC is #8BF353. Grayscale: #3C3C3C. Windows color (decimal): -9171796 or 11275380. OLE color: 11275380.

HSL color Cylindrical-coordinate representation of color #740CAC: hue angle of 279º 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 #740CAC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 12 172 -
CMYK 0.33 0.93 0 0.33
HSL 279º 0.87% 0.36% -
HSV(B) 279º 0.93% 0.67% -
XYZ 14.78 6.95 39.59 -
YUV 61.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 116 12 172 0.33 0.93 0 0.33 279 0.87 0.36
Hex 74 C AC 21 5D 0 21 117 57 24
Octal 164 14 254 41 135 0 41 427 127 44
Binary 1110100 1100 10101100 100001 1011101 0 100001 100010111 1010111 100100

Color Harmonies of #740CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CAC

Black with #740CAC

Text Example


Text Example

White with #740CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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