Html Css Color HEX #761EAC Purple Heart

📋 copy color: '#761EAC'

red 118 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #761EAC

Tints of Purple Heart #761EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

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

R = 36.88%
G = 9.38%
B = 53.75%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#761EAC (or 0x761EAC) is known color: Purple Heart. HEX triplet: 76, 1E and AC. RGB value is (118,30,172). Sum of RGB (Red+Green+Blue) = 118+30+172=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #761EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761EAC is #89E153. Grayscale: #484848. Windows color (decimal): -9036116 or 11279990. OLE color: 11279990.

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

Color convert

RGB 118 30 172 -
CMYK 0.31 0.83 0 0.33
HSL 277.18º 0.7% 0.4% -
HSV(B) 277.18º 0.83% 0.67% -
XYZ 15.38 7.76 39.72 -
YUV 72.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 118 30 172 0.31 0.83 0 0.33 277.18 0.7 0.4
Hex 76 1E AC 1F 53 0 21 115 46 28
Octal 166 36 254 37 123 0 41 425 106 50
Binary 1110110 11110 10101100 11111 1010011 0 100001 100010101 1000110 101000

Color Harmonies of #761EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EAC

Black with #761EAC

Text Example


Text Example

White with #761EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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