Html Css Color HEX #761AAD Purple Heart

📋 copy color: '#761AAD'

red 118 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #761AAD

Tints of Purple Heart #761AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 37.22%
G = 8.2%
B = 54.57%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#761AAD (or 0x761AAD) is known color: Purple Heart. HEX triplet: 76, 1A and AD. RGB value is (118,26,173). Sum of RGB (Red+Green+Blue) = 118+26+173=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #761AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761AAD is #89E552. Grayscale: #454545. Windows color (decimal): -9037139 or 11344502. OLE color: 11344502.

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

Color convert

RGB 118 26 173 -
CMYK 0.32 0.85 0 0.32
HSL 277.55º 0.74% 0.39% -
HSV(B) 277.55º 0.85% 0.68% -
XYZ 15.38 7.61 40.19 -
YUV 70.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 118 26 173 0.32 0.85 0 0.32 277.55 0.74 0.39
Hex 76 1A AD 20 55 0 20 116 4A 27
Octal 166 32 255 40 125 0 40 426 112 47
Binary 1110110 11010 10101101 100000 1010101 0 100000 100010110 1001010 100111

Color Harmonies of #761AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AAD

Black with #761AAD

Text Example


Text Example

White with #761AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761AAD; }

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

 H1.HeaderClassName
 {
   color: #761AAD;
 }
 .AnyTagClassName
 {
   color: #761AAD;
 }
</style>

background-color css

<style>
 a { background-color: #761AAD; }

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

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

border-color css

<style>
 span { border-color: #761AAD; }

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

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