Html Css Color HEX #7413CA Purple Heart

📋 copy color: '#7413CA'

red 116 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #7413CA

Tints of Purple Heart #7413CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 34.42%
G = 5.64%
B = 59.94%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7413CA (or 0x7413CA) is known color: Purple Heart. HEX triplet: 74, 13 and CA. RGB value is (116,19,202). Sum of RGB (Red+Green+Blue) = 116+19+202=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #7413CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7413CA is #8BEC35. Grayscale: #444444. Windows color (decimal): -9169974 or 13243252. OLE color: 13243252.

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

Color convert

RGB 116 19 202 -
CMYK 0.43 0.91 0 0.21
HSL 271.8º 0.83% 0.43% -
HSV(B) 271.8º 0.91% 0.79% -
XYZ 18.1 8.44 56.55 -
YUV 68.87 203.14 161.62 -
System Red Green Blue C M Y K H S L
Decimal 116 19 202 0.43 0.91 0 0.21 271.8 0.83 0.43
Hex 74 13 CA 2B 5B 0 15 110 53 2B
Octal 164 23 312 53 133 0 25 420 123 53
Binary 1110100 10011 11001010 101011 1011011 0 10101 100010000 1010011 101011

Color Harmonies of #7413CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7413CA

Black with #7413CA

Text Example


Text Example

White with #7413CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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