Html Css Color HEX #7418CA Purple Heart

📋 copy color: '#7418CA'

red 116 ◦ green 24 ◦ blue 202

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

Shades of Purple Heart #7418CA

Tints of Purple Heart #7418CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 33.92%
G = 7.02%
B = 59.06%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7418CA (or 0x7418CA) is known color: Purple Heart. HEX triplet: 74, 18 and CA. RGB value is (116,24,202). Sum of RGB (Red+Green+Blue) = 116+24+202=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #7418CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7418CA is #8BE735. Grayscale: #474747. Windows color (decimal): -9168694 or 13244532. OLE color: 13244532.

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

Color convert

RGB 116 24 202 -
CMYK 0.43 0.88 0 0.21
HSL 271.01º 0.79% 0.44% -
HSV(B) 271.01º 0.88% 0.79% -
XYZ 18.19 8.63 56.58 -
YUV 71.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 116 24 202 0.43 0.88 0 0.21 271.01 0.79 0.44
Hex 74 18 CA 2B 58 0 15 10F 4F 2C
Octal 164 30 312 53 130 0 25 417 117 54
Binary 1110100 11000 11001010 101011 1011000 0 10101 100001111 1001111 101100

Color Harmonies of #7418CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7418CA

Black with #7418CA

Text Example


Text Example

White with #7418CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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