Html Css Color HEX #760EAD Purple Heart

📋 copy color: '#760EAD'

red 118 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #760EAD

Tints of Purple Heart #760EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.72%

R = 38.69%
G = 4.59%
B = 56.72%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#760EAD (or 0x760EAD) is known color: Purple Heart. HEX triplet: 76, 0E and AD. RGB value is (118,14,173). Sum of RGB (Red+Green+Blue) = 118+14+173=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #760EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EAD is #89F152. Grayscale: #3E3E3E. Windows color (decimal): -9040211 or 11341430. OLE color: 11341430.

HSL color Cylindrical-coordinate representation of color #760EAD: hue angle of 279.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760EAD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 14 173 -
CMYK 0.32 0.92 0 0.32
HSL 279.25º 0.85% 0.37% -
HSV(B) 279.25º 0.92% 0.68% -
XYZ 15.17 7.18 40.12 -
YUV 63.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 118 14 173 0.32 0.92 0 0.32 279.25 0.85 0.37
Hex 76 E AD 20 5C 0 20 117 55 25
Octal 166 16 255 40 134 0 40 427 125 45
Binary 1110110 1110 10101101 100000 1011100 0 100000 100010111 1010101 100101

Color Harmonies of #760EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EAD

Black with #760EAD

Text Example


Text Example

White with #760EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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