Html Css Color HEX #761CAD Purple Heart

📋 copy color: '#761CAD'

red 118 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #761CAD

Tints of Purple Heart #761CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.78%

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

R = 36.99%
G = 8.78%
B = 54.23%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#761CAD (or 0x761CAD) is known color: Purple Heart. HEX triplet: 76, 1C and AD. RGB value is (118,28,173). Sum of RGB (Red+Green+Blue) = 118+28+173=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #761CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761CAD is #89E352. Grayscale: #464646. Windows color (decimal): -9036627 or 11345014. OLE color: 11345014.

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

Color convert

RGB 118 28 173 -
CMYK 0.32 0.84 0 0.32
HSL 277.24º 0.72% 0.39% -
HSV(B) 277.24º 0.84% 0.68% -
XYZ 15.43 7.7 40.21 -
YUV 71.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 118 28 173 0.32 0.84 0 0.32 277.24 0.72 0.39
Hex 76 1C AD 20 54 0 20 115 48 27
Octal 166 34 255 40 124 0 40 425 110 47
Binary 1110110 11100 10101101 100000 1010100 0 100000 100010101 1001000 100111

Color Harmonies of #761CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CAD

Black with #761CAD

Text Example


Text Example

White with #761CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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