Html Css Color HEX #760EBC Purple Heart

📋 copy color: '#760EBC'

red 118 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #760EBC

Tints of Purple Heart #760EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 36.88%
G = 4.38%
B = 58.75%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#760EBC (or 0x760EBC) is known color: Purple Heart. HEX triplet: 76, 0E and BC. RGB value is (118,14,188). Sum of RGB (Red+Green+Blue) = 118+14+188=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #760EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EBC is #89F143. Grayscale: #404040. Windows color (decimal): -9040196 or 12324470. OLE color: 12324470.

HSL color Cylindrical-coordinate representation of color #760EBC: hue angle of 275.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760EBC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 14 188 -
CMYK 0.37 0.93 0 0.26
HSL 275.86º 0.86% 0.4% -
HSV(B) 275.86º 0.93% 0.74% -
XYZ 16.71 7.8 48.2 -
YUV 64.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 118 14 188 0.37 0.93 0 0.26 275.86 0.86 0.4
Hex 76 E BC 25 5D 0 1A 114 56 28
Octal 166 16 274 45 135 0 32 424 126 50
Binary 1110110 1110 10111100 100101 1011101 0 11010 100010100 1010110 101000

Color Harmonies of #760EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EBC

Black with #760EBC

Text Example


Text Example

White with #760EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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