Html Css Color HEX #7410AB Purple Heart

📋 copy color: '#7410AB'

red 116 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #7410AB

Tints of Purple Heart #7410AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 38.28%
G = 5.28%
B = 56.44%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7410AB (or 0x7410AB) is known color: Purple Heart. HEX triplet: 74, 10 and AB. RGB value is (116,16,171). Sum of RGB (Red+Green+Blue) = 116+16+171=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #7410AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410AB is #8BEF54. Grayscale: #3F3F3F. Windows color (decimal): -9170773 or 11210868. OLE color: 11210868.

HSL color Cylindrical-coordinate representation of color #7410AB: hue angle of 278.71º 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 #7410AB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 16 171 -
CMYK 0.32 0.91 0 0.33
HSL 278.71º 0.83% 0.37% -
HSV(B) 278.71º 0.91% 0.67% -
XYZ 14.74 7.02 39.11 -
YUV 63.57 188.63 165.4 -
System Red Green Blue C M Y K H S L
Decimal 116 16 171 0.32 0.91 0 0.33 278.71 0.83 0.37
Hex 74 10 AB 20 5B 0 21 117 53 25
Octal 164 20 253 40 133 0 41 427 123 45
Binary 1110100 10000 10101011 100000 1011011 0 100001 100010111 1010011 100101

Color Harmonies of #7410AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410AB

Black with #7410AB

Text Example


Text Example

White with #7410AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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