Html Css Color HEX #761BAB Purple Heart

📋 copy color: '#761BAB'

red 118 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #761BAB

Tints of Purple Heart #761BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

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

R = 37.34%
G = 8.54%
B = 54.11%

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

#761BAB (or 0x761BAB) is known color: Purple Heart. HEX triplet: 76, 1B and AB. RGB value is (118,27,171). Sum of RGB (Red+Green+Blue) = 118+27+171=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #761BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761BAB is #89E454. Grayscale: #464646. Windows color (decimal): -9036885 or 11213686. OLE color: 11213686.

HSL color Cylindrical-coordinate representation of color #761BAB: hue angle of 277.92º degrees, saturation: 0.73, 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 #761BAB is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 27 171 -
CMYK 0.31 0.84 0 0.33
HSL 277.92º 0.73% 0.39% -
HSV(B) 277.92º 0.84% 0.67% -
XYZ 15.21 7.58 39.19 -
YUV 70.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 118 27 171 0.31 0.84 0 0.33 277.92 0.73 0.39
Hex 76 1B AB 1F 54 0 21 116 49 27
Octal 166 33 253 37 124 0 41 426 111 47
Binary 1110110 11011 10101011 11111 1010100 0 100001 100010110 1001001 100111

Color Harmonies of #761BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BAB

Black with #761BAB

Text Example


Text Example

White with #761BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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