Html Css Color HEX #7424AF Purple Heart

📋 copy color: '#7424AF'

red 116 ◦ green 36 ◦ blue 175

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

Shades of Purple Heart #7424AF

Tints of Purple Heart #7424AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 35.47%
G = 11.01%
B = 53.52%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7424AF (or 0x7424AF) is known color: Purple Heart. HEX triplet: 74, 24 and AF. RGB value is (116,36,175). Sum of RGB (Red+Green+Blue) = 116+36+175=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #7424AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424AF is #8BDB50. Grayscale: #4B4B4B. Windows color (decimal): -9165649 or 11478132. OLE color: 11478132.

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

Color convert

RGB 116 36 175 -
CMYK 0.34 0.79 0 0.31
HSL 274.53º 0.66% 0.41% -
HSV(B) 274.53º 0.79% 0.69% -
XYZ 15.57 8.07 41.29 -
YUV 75.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 116 36 175 0.34 0.79 0 0.31 274.53 0.66 0.41
Hex 74 24 AF 22 4F 0 1F 113 42 29
Octal 164 44 257 42 117 0 37 423 102 51
Binary 1110100 100100 10101111 100010 1001111 0 11111 100010011 1000010 101001

Color Harmonies of #7424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424AF

Black with #7424AF

Text Example


Text Example

White with #7424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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