Html Css Color HEX #740CAD Purple Heart

📋 copy color: '#740CAD'

red 116 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #740CAD

Tints of Purple Heart #740CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 38.54%
G = 3.99%
B = 57.48%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#740CAD (or 0x740CAD) is known color: Purple Heart. HEX triplet: 74, 0C and AD. RGB value is (116,12,173). Sum of RGB (Red+Green+Blue) = 116+12+173=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #740CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740CAD is #8BF352. Grayscale: #3C3C3C. Windows color (decimal): -9171795 or 11340916. OLE color: 11340916.

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

Color convert

RGB 116 12 173 -
CMYK 0.33 0.93 0 0.32
HSL 278.76º 0.87% 0.36% -
HSV(B) 278.76º 0.93% 0.68% -
XYZ 14.88 6.99 40.1 -
YUV 61.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 116 12 173 0.33 0.93 0 0.32 278.76 0.87 0.36
Hex 74 C AD 21 5D 0 20 117 57 24
Octal 164 14 255 41 135 0 40 427 127 44
Binary 1110100 1100 10101101 100001 1011101 0 100000 100010111 1010111 100100

Color Harmonies of #740CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740CAD

Black with #740CAD

Text Example


Text Example

White with #740CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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