Html Css Color HEX #7420CA Purple Heart

📋 copy color: '#7420CA'

red 116 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #7420CA

Tints of Purple Heart #7420CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

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

R = 33.14%
G = 9.14%
B = 57.71%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7420CA (or 0x7420CA) is known color: Purple Heart. HEX triplet: 74, 20 and CA. RGB value is (116,32,202). Sum of RGB (Red+Green+Blue) = 116+32+202=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #7420CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420CA is #8BDF35. Grayscale: #4B4B4B. Windows color (decimal): -9166646 or 13246580. OLE color: 13246580.

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

Color convert

RGB 116 32 202 -
CMYK 0.43 0.84 0 0.21
HSL 269.65º 0.73% 0.46% -
HSV(B) 269.65º 0.84% 0.79% -
XYZ 18.38 9.01 56.65 -
YUV 76.5 198.83 156.18 -
System Red Green Blue C M Y K H S L
Decimal 116 32 202 0.43 0.84 0 0.21 269.65 0.73 0.46
Hex 74 20 CA 2B 54 0 15 10E 49 2E
Octal 164 40 312 53 124 0 25 416 111 56
Binary 1110100 100000 11001010 101011 1010100 0 10101 100001110 1001001 101110

Color Harmonies of #7420CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420CA

Black with #7420CA

Text Example


Text Example

White with #7420CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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