Html Css Color HEX #761BBA Purple Heart

📋 copy color: '#761BBA'

red 118 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #761BBA

Tints of Purple Heart #761BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.19%

R = 35.65%
G = 8.16%
B = 56.19%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#761BBA (or 0x761BBA) is known color: Purple Heart. HEX triplet: 76, 1B and BA. RGB value is (118,27,186). Sum of RGB (Red+Green+Blue) = 118+27+186=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #761BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BBA is #89E445. Grayscale: #474747. Windows color (decimal): -9036870 or 12196726. OLE color: 12196726.

HSL color Cylindrical-coordinate representation of color #761BBA: hue angle of 274.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761BBA is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 27 186 -
CMYK 0.37 0.85 0 0.27
HSL 274.34º 0.75% 0.42% -
HSV(B) 274.34º 0.85% 0.73% -
XYZ 16.73 8.18 47.15 -
YUV 72.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 118 27 186 0.37 0.85 0 0.27 274.34 0.75 0.42
Hex 76 1B BA 25 55 0 1B 112 4B 2A
Octal 166 33 272 45 125 0 33 422 113 52
Binary 1110110 11011 10111010 100101 1010101 0 11011 100010010 1001011 101010

Color Harmonies of #761BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BBA

Black with #761BBA

Text Example


Text Example

White with #761BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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