Html Css Color HEX #7416AF Purple Heart

📋 copy color: '#7416AF'

red 116 ◦ green 22 ◦ blue 175

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

Shades of Purple Heart #7416AF

Tints of Purple Heart #7416AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 37.06%
G = 7.03%
B = 55.91%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7416AF (or 0x7416AF) is known color: Purple Heart. HEX triplet: 74, 16 and AF. RGB value is (116,22,175). Sum of RGB (Red+Green+Blue) = 116+22+175=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #7416AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7416AF is #8BE950. Grayscale: #434343. Windows color (decimal): -9169233 or 11474548. OLE color: 11474548.

HSL color Cylindrical-coordinate representation of color #7416AF: hue angle of 276.86º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7416AF is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 22 175 -
CMYK 0.34 0.87 0 0.31
HSL 276.86º 0.78% 0.39% -
HSV(B) 276.86º 0.87% 0.69% -
XYZ 15.23 7.38 41.18 -
YUV 67.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 116 22 175 0.34 0.87 0 0.31 276.86 0.78 0.39
Hex 74 16 AF 22 57 0 1F 115 4E 27
Octal 164 26 257 42 127 0 37 425 116 47
Binary 1110100 10110 10101111 100010 1010111 0 11111 100010101 1001110 100111

Color Harmonies of #7416AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416AF

Black with #7416AF

Text Example


Text Example

White with #7416AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7416AF; }

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

 H1.HeaderClassName
 {
   color: #7416AF;
 }
 .AnyTagClassName
 {
   color: #7416AF;
 }
</style>

background-color css

<style>
 a { background-color: #7416AF; }

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

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

border-color css

<style>
 span { border-color: #7416AF; }

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

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