Html Css Color HEX #761FAD Purple Heart

📋 copy color: '#761FAD'

red 118 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #761FAD

Tints of Purple Heart #761FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

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

R = 36.65%
G = 9.63%
B = 53.73%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#761FAD (or 0x761FAD) is known color: Purple Heart. HEX triplet: 76, 1F and AD. RGB value is (118,31,173). Sum of RGB (Red+Green+Blue) = 118+31+173=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #761FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761FAD is #89E052. Grayscale: #484848. Windows color (decimal): -9035859 or 11345782. OLE color: 11345782.

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

Color convert

RGB 118 31 173 -
CMYK 0.32 0.82 0 0.32
HSL 276.76º 0.7% 0.4% -
HSV(B) 276.76º 0.82% 0.68% -
XYZ 15.5 7.85 40.23 -
YUV 73.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 118 31 173 0.32 0.82 0 0.32 276.76 0.7 0.4
Hex 76 1F AD 20 52 0 20 115 46 28
Octal 166 37 255 40 122 0 40 425 106 50
Binary 1110110 11111 10101101 100000 1010010 0 100000 100010101 1000110 101000

Color Harmonies of #761FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FAD

Black with #761FAD

Text Example


Text Example

White with #761FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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