Html Css Color HEX #7416CE Purple Heart

📋 copy color: '#7416CE'

red 116 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #7416CE

Tints of Purple Heart #7416CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.88%

R = 33.72%
G = 6.4%
B = 59.88%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7416CE (or 0x7416CE) is known color: Purple Heart. HEX triplet: 74, 16 and CE. RGB value is (116,22,206). Sum of RGB (Red+Green+Blue) = 116+22+206=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 206 (80.86% from 255 or 59.88% from 344); Max value from RGB is 206 - color contains mainly: blue. Hex color #7416CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7416CE is #8BE931. Grayscale: #464646. Windows color (decimal): -9169202 or 13506164. OLE color: 13506164.

HSL color Cylindrical-coordinate representation of color #7416CE: hue angle of 270.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7416CE is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 22 206 -
CMYK 0.44 0.89 0 0.19
HSL 270.65º 0.81% 0.45% -
HSV(B) 270.65º 0.89% 0.81% -
XYZ 18.63 8.74 59.1 -
YUV 71.08 204.14 160.04 -
System Red Green Blue C M Y K H S L
Decimal 116 22 206 0.44 0.89 0 0.19 270.65 0.81 0.45
Hex 74 16 CE 2C 59 0 13 10F 51 2D
Octal 164 26 316 54 131 0 23 417 121 55
Binary 1110100 10110 11001110 101100 1011001 0 10011 100001111 1010001 101101

Color Harmonies of #7416CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7416CE

Black with #7416CE

Text Example


Text Example

White with #7416CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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