Html Css Color HEX #7616CE Purple Heart

📋 copy color: '#7616CE'

red 118 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #7616CE

Tints of Purple Heart #7616CE

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

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

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

R = 34.1%
G = 6.36%
B = 59.54%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7616CE (or 0x7616CE) is known color: Purple Heart. HEX triplet: 76, 16 and CE. RGB value is (118,22,206). Sum of RGB (Red+Green+Blue) = 118+22+206=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #7616CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616CE is #89E931. Grayscale: #474747. Windows color (decimal): -9038130 or 13506166. OLE color: 13506166.

HSL color Cylindrical-coordinate representation of color #7616CE: hue angle of 271.3º 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 #7616CE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 22 206 -
CMYK 0.43 0.89 0 0.19
HSL 271.3º 0.81% 0.45% -
HSV(B) 271.3º 0.89% 0.81% -
XYZ 18.9 8.88 59.11 -
YUV 71.68 203.8 161.04 -
System Red Green Blue C M Y K H S L
Decimal 118 22 206 0.43 0.89 0 0.19 271.3 0.81 0.45
Hex 76 16 CE 2B 59 0 13 10F 51 2D
Octal 166 26 316 53 131 0 23 417 121 55
Binary 1110110 10110 11001110 101011 1011001 0 10011 100001111 1010001 101101

Color Harmonies of #7616CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616CE

Black with #7616CE

Text Example


Text Example

White with #7616CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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