Html Css Color HEX #760EAB Purple Heart

📋 copy color: '#760EAB'

red 118 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #760EAB

Tints of Purple Heart #760EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 38.94%
G = 4.62%
B = 56.44%

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

#760EAB (or 0x760EAB) is known color: Purple Heart. HEX triplet: 76, 0E and AB. RGB value is (118,14,171). Sum of RGB (Red+Green+Blue) = 118+14+171=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #760EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760EAB is #89F154. Grayscale: #3E3E3E. Windows color (decimal): -9040213 or 11210358. OLE color: 11210358.

HSL color Cylindrical-coordinate representation of color #760EAB: hue angle of 279.75º 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 #760EAB is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 14 171 -
CMYK 0.31 0.92 0 0.33
HSL 279.75º 0.85% 0.36% -
HSV(B) 279.75º 0.92% 0.67% -
XYZ 14.98 7.11 39.11 -
YUV 62.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 118 14 171 0.31 0.92 0 0.33 279.75 0.85 0.36
Hex 76 E AB 1F 5C 0 21 118 55 24
Octal 166 16 253 37 134 0 41 430 125 44
Binary 1110110 1110 10101011 11111 1011100 0 100001 100011000 1010101 100100

Color Harmonies of #760EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EAB

Black with #760EAB

Text Example


Text Example

White with #760EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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