Html Css Color HEX #761FAC Purple Heart

📋 copy color: '#761FAC'

red 118 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #761FAC

Tints of Purple Heart #761FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 36.76%
G = 9.66%
B = 53.58%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#761FAC (or 0x761FAC) is known color: Purple Heart. HEX triplet: 76, 1F and AC. RGB value is (118,31,172). Sum of RGB (Red+Green+Blue) = 118+31+172=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #761FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761FAC is #89E053. Grayscale: #484848. Windows color (decimal): -9035860 or 11280246. OLE color: 11280246.

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

Color convert

RGB 118 31 172 -
CMYK 0.31 0.82 0 0.33
HSL 277.02º 0.69% 0.4% -
HSV(B) 277.02º 0.82% 0.67% -
XYZ 15.41 7.81 39.73 -
YUV 73.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 118 31 172 0.31 0.82 0 0.33 277.02 0.69 0.4
Hex 76 1F AC 1F 52 0 21 115 45 28
Octal 166 37 254 37 122 0 41 425 105 50
Binary 1110110 11111 10101100 11111 1010010 0 100001 100010101 1000101 101000

Color Harmonies of #761FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FAC

Black with #761FAC

Text Example


Text Example

White with #761FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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