Html Css Color HEX #7410AC Purple Heart

📋 copy color: '#7410AC'

red 116 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #7410AC

Tints of Purple Heart #7410AC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

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

R = 38.16%
G = 5.26%
B = 56.58%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7410AC (or 0x7410AC) is known color: Purple Heart. HEX triplet: 74, 10 and AC. RGB value is (116,16,172). Sum of RGB (Red+Green+Blue) = 116+16+172=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7410AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410AC is #8BEF53. Grayscale: #3F3F3F. Windows color (decimal): -9170772 or 11276404. OLE color: 11276404.

HSL color Cylindrical-coordinate representation of color #7410AC: hue angle of 278.46º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7410AC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 16 172 -
CMYK 0.33 0.91 0 0.33
HSL 278.46º 0.83% 0.37% -
HSV(B) 278.46º 0.91% 0.67% -
XYZ 14.83 7.06 39.61 -
YUV 63.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 116 16 172 0.33 0.91 0 0.33 278.46 0.83 0.37
Hex 74 10 AC 21 5B 0 21 116 53 25
Octal 164 20 254 41 133 0 41 426 123 45
Binary 1110100 10000 10101100 100001 1011011 0 100001 100010110 1010011 100101

Color Harmonies of #7410AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410AC

Black with #7410AC

Text Example


Text Example

White with #7410AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7410AC; }

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

 H1.HeaderClassName
 {
   color: #7410AC;
 }
 .AnyTagClassName
 {
   color: #7410AC;
 }
</style>

background-color css

<style>
 a { background-color: #7410AC; }

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

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

border-color css

<style>
 span { border-color: #7410AC; }

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

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