Html Css Color HEX #7424CA Purple Heart

📋 copy color: '#7424CA'

red 116 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #7424CA

Tints of Purple Heart #7424CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.06%

R = 32.77%
G = 10.17%
B = 57.06%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7424CA (or 0x7424CA) is known color: Purple Heart. HEX triplet: 74, 24 and CA. RGB value is (116,36,202). Sum of RGB (Red+Green+Blue) = 116+36+202=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #7424CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424CA is #8BDB35. Grayscale: #4E4E4E. Windows color (decimal): -9165622 or 13247604. OLE color: 13247604.

HSL color Cylindrical-coordinate representation of color #7424CA: hue angle of 268.92º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7424CA is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 36 202 -
CMYK 0.43 0.82 0 0.21
HSL 268.92º 0.7% 0.47% -
HSV(B) 268.92º 0.82% 0.79% -
XYZ 18.49 9.24 56.69 -
YUV 78.84 197.5 154.5 -
System Red Green Blue C M Y K H S L
Decimal 116 36 202 0.43 0.82 0 0.21 268.92 0.7 0.47
Hex 74 24 CA 2B 52 0 15 10D 46 2F
Octal 164 44 312 53 122 0 25 415 106 57
Binary 1110100 100100 11001010 101011 1010010 0 10101 100001101 1000110 101111

Color Harmonies of #7424CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424CA

Black with #7424CA

Text Example


Text Example

White with #7424CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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