Html Css Color HEX #760EAC Purple Heart

📋 copy color: '#760EAC'

red 118 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #760EAC

Tints of Purple Heart #760EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.58%

R = 38.82%
G = 4.61%
B = 56.58%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#760EAC (or 0x760EAC) is known color: Purple Heart. HEX triplet: 76, 0E and AC. RGB value is (118,14,172). Sum of RGB (Red+Green+Blue) = 118+14+172=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #760EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EAC is #89F153. Grayscale: #3E3E3E. Windows color (decimal): -9040212 or 11275894. OLE color: 11275894.

HSL color Cylindrical-coordinate representation of color #760EAC: hue angle of 279.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EAC is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 14 172 -
CMYK 0.31 0.92 0 0.33
HSL 279.49º 0.85% 0.36% -
HSV(B) 279.49º 0.92% 0.67% -
XYZ 15.07 7.14 39.61 -
YUV 63.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 118 14 172 0.31 0.92 0 0.33 279.49 0.85 0.36
Hex 76 E AC 1F 5C 0 21 117 55 24
Octal 166 16 254 37 134 0 41 427 125 44
Binary 1110110 1110 10101100 11111 1011100 0 100001 100010111 1010101 100100

Color Harmonies of #760EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EAC

Black with #760EAC

Text Example


Text Example

White with #760EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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