Html Css Color HEX #761AAF Purple Heart

📋 copy color: '#761AAF'

red 118 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #761AAF

Tints of Purple Heart #761AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 36.99%
G = 8.15%
B = 54.86%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#761AAF (or 0x761AAF) is known color: Purple Heart. HEX triplet: 76, 1A and AF. RGB value is (118,26,175). Sum of RGB (Red+Green+Blue) = 118+26+175=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #761AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761AAF is #89E550. Grayscale: #454545. Windows color (decimal): -9037137 or 11475574. OLE color: 11475574.

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

Color convert

RGB 118 26 175 -
CMYK 0.33 0.85 0 0.31
HSL 277.05º 0.74% 0.39% -
HSV(B) 277.05º 0.85% 0.69% -
XYZ 15.58 7.69 41.22 -
YUV 70.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 118 26 175 0.33 0.85 0 0.31 277.05 0.74 0.39
Hex 76 1A AF 21 55 0 1F 115 4A 27
Octal 166 32 257 41 125 0 37 425 112 47
Binary 1110110 11010 10101111 100001 1010101 0 11111 100010101 1001010 100111

Color Harmonies of #761AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AAF

Black with #761AAF

Text Example


Text Example

White with #761AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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