Html Css Color HEX #7416CA Purple Heart

📋 copy color: '#7416CA'

red 116 ◦ green 22 ◦ blue 202

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

Shades of Purple Heart #7416CA

Tints of Purple Heart #7416CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.47%

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

R = 34.12%
G = 6.47%
B = 59.41%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7416CA (or 0x7416CA) is known color: Purple Heart. HEX triplet: 74, 16 and CA. RGB value is (116,22,202). Sum of RGB (Red+Green+Blue) = 116+22+202=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #7416CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416CA is #8BE935. Grayscale: #464646. Windows color (decimal): -9169206 or 13244020. OLE color: 13244020.

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

Color convert

RGB 116 22 202 -
CMYK 0.43 0.89 0 0.21
HSL 271.33º 0.8% 0.44% -
HSV(B) 271.33º 0.89% 0.79% -
XYZ 18.15 8.55 56.57 -
YUV 70.63 202.14 160.36 -
System Red Green Blue C M Y K H S L
Decimal 116 22 202 0.43 0.89 0 0.21 271.33 0.8 0.44
Hex 74 16 CA 2B 59 0 15 10F 50 2C
Octal 164 26 312 53 131 0 25 417 120 54
Binary 1110100 10110 11001010 101011 1011001 0 10101 100001111 1010000 101100

Color Harmonies of #7416CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416CA

Black with #7416CA

Text Example


Text Example

White with #7416CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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