Html Css Color HEX #760EB2 Purple Heart

📋 copy color: '#760EB2'

red 118 ◦ green 14 ◦ blue 178

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

Shades of Purple Heart #760EB2

Tints of Purple Heart #760EB2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

 BLUE value IS 178 (69.92% from 255) = 57.42%

R = 38.06%
G = 4.52%
B = 57.42%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#760EB2 (or 0x760EB2) is known color: Purple Heart. HEX triplet: 76, 0E and B2. RGB value is (118,14,178). Sum of RGB (Red+Green+Blue) = 118+14+178=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #760EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EB2 is #89F14D. Grayscale: #3F3F3F. Windows color (decimal): -9040206 or 11669110. OLE color: 11669110.

HSL color Cylindrical-coordinate representation of color #760EB2: hue angle of 278.05º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EB2 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 14 178 -
CMYK 0.34 0.92 0 0.30
HSL 278.05º 0.85% 0.38% -
HSV(B) 278.05º 0.92% 0.7% -
XYZ 15.66 7.38 42.72 -
YUV 63.79 192.46 166.66 -
System Red Green Blue C M Y K H S L
Decimal 118 14 178 0.34 0.92 0 0.30 278.05 0.85 0.38
Hex 76 E B2 22 5C 0 1E 116 55 26
Octal 166 16 262 42 134 0 36 426 125 46
Binary 1110110 1110 10110010 100010 1011100 0 11110 100010110 1010101 100110

Color Harmonies of #760EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EB2

Black with #760EB2

Text Example


Text Example

White with #760EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760EB2; }

 p { color: rgb(118,14,178); }

 H1.HeaderClassName
 {
   color: #760EB2;
 }
 .AnyTagClassName
 {
   color: #760EB2;
 }
</style>

background-color css

<style>
 a { background-color: #760EB2; }

 a { background-color: rgb(118,14,178); }

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

border-color css

<style>
 span { border-color: #760EB2; }

 span { border-color: rgb(118,14,178); }

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