Html Css Color HEX #760EBA Purple Heart

📋 copy color: '#760EBA'

red 118 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #760EBA

Tints of Purple Heart #760EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 37.11%
G = 4.4%
B = 58.49%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#760EBA (or 0x760EBA) is known color: Purple Heart. HEX triplet: 76, 0E and BA. RGB value is (118,14,186). Sum of RGB (Red+Green+Blue) = 118+14+186=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #760EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EBA is #89F145. Grayscale: #404040. Windows color (decimal): -9040198 or 12193398. OLE color: 12193398.

HSL color Cylindrical-coordinate representation of color #760EBA: hue angle of 276.28º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EBA is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 14 186 -
CMYK 0.37 0.92 0 0.27
HSL 276.28º 0.86% 0.39% -
HSV(B) 276.28º 0.92% 0.73% -
XYZ 16.49 7.71 47.07 -
YUV 64.7 196.46 166.01 -
System Red Green Blue C M Y K H S L
Decimal 118 14 186 0.37 0.92 0 0.27 276.28 0.86 0.39
Hex 76 E BA 25 5C 0 1B 114 56 27
Octal 166 16 272 45 134 0 33 424 126 47
Binary 1110110 1110 10111010 100101 1011100 0 11011 100010100 1010110 100111

Color Harmonies of #760EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EBA

Black with #760EBA

Text Example


Text Example

White with #760EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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