Html Css Color HEX #740AAF Purple Heart

📋 copy color: '#740AAF'

red 116 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #740AAF

Tints of Purple Heart #740AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 38.54%
G = 3.32%
B = 58.14%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#740AAF (or 0x740AAF) is known color: Purple Heart. HEX triplet: 74, 0A and AF. RGB value is (116,10,175). Sum of RGB (Red+Green+Blue) = 116+10+175=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #740AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740AAF is #8BF550. Grayscale: #3B3B3B. Windows color (decimal): -9172305 or 11471476. OLE color: 11471476.

HSL color Cylindrical-coordinate representation of color #740AAF: hue angle of 278.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740AAF is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 10 175 -
CMYK 0.34 0.94 0 0.31
HSL 278.55º 0.89% 0.36% -
HSV(B) 278.55º 0.94% 0.69% -
XYZ 15.05 7.03 41.12 -
YUV 60.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 116 10 175 0.34 0.94 0 0.31 278.55 0.89 0.36
Hex 74 A AF 22 5E 0 1F 117 59 24
Octal 164 12 257 42 136 0 37 427 131 44
Binary 1110100 1010 10101111 100010 1011110 0 11111 100010111 1011001 100100

Color Harmonies of #740AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740AAF

Black with #740AAF

Text Example


Text Example

White with #740AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,10,175); }

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

background-color css

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

 a { background-color: rgb(116,10,175); }

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

border-color css

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

 span { border-color: rgb(116,10,175); }

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