Html Css Color HEX #761CAB Purple Heart

📋 copy color: '#761CAB'

red 118 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #761CAB

Tints of Purple Heart #761CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 37.22%
G = 8.83%
B = 53.94%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#761CAB (or 0x761CAB) is known color: Purple Heart. HEX triplet: 76, 1C and AB. RGB value is (118,28,171). Sum of RGB (Red+Green+Blue) = 118+28+171=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #761CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761CAB is #89E354. Grayscale: #464646. Windows color (decimal): -9036629 or 11213942. OLE color: 11213942.

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

Color convert

RGB 118 28 171 -
CMYK 0.31 0.84 0 0.33
HSL 277.76º 0.72% 0.39% -
HSV(B) 277.76º 0.84% 0.67% -
XYZ 15.24 7.62 39.2 -
YUV 71.21 184.32 161.37 -
System Red Green Blue C M Y K H S L
Decimal 118 28 171 0.31 0.84 0 0.33 277.76 0.72 0.39
Hex 76 1C AB 1F 54 0 21 116 48 27
Octal 166 34 253 37 124 0 41 426 110 47
Binary 1110110 11100 10101011 11111 1010100 0 100001 100010110 1001000 100111

Color Harmonies of #761CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CAB

Black with #761CAB

Text Example


Text Example

White with #761CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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