Html Css Color HEX #7422AF Purple Heart

📋 copy color: '#7422AF'

red 116 ◦ green 34 ◦ blue 175

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

Shades of Purple Heart #7422AF

Tints of Purple Heart #7422AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.46%

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

R = 35.69%
G = 10.46%
B = 53.85%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7422AF (or 0x7422AF) is known color: Purple Heart. HEX triplet: 74, 22 and AF. RGB value is (116,34,175). Sum of RGB (Red+Green+Blue) = 116+34+175=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #7422AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7422AF is #8BDD50. Grayscale: #4A4A4A. Windows color (decimal): -9166161 or 11477620. OLE color: 11477620.

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

Color convert

RGB 116 34 175 -
CMYK 0.34 0.81 0 0.31
HSL 274.89º 0.67% 0.41% -
HSV(B) 274.89º 0.81% 0.69% -
XYZ 15.51 7.95 41.27 -
YUV 74.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 116 34 175 0.34 0.81 0 0.31 274.89 0.67 0.41
Hex 74 22 AF 22 51 0 1F 113 43 29
Octal 164 42 257 42 121 0 37 423 103 51
Binary 1110100 100010 10101111 100010 1010001 0 11111 100010011 1000011 101001

Color Harmonies of #7422AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7422AF

Black with #7422AF

Text Example


Text Example

White with #7422AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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