Html Css Color HEX #761BBF Purple Heart

📋 copy color: '#761BBF'

red 118 ◦ green 27 ◦ blue 191

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

Shades of Purple Heart #761BBF

Tints of Purple Heart #761BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 35.12%
G = 8.04%
B = 56.85%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#761BBF (or 0x761BBF) is known color: Purple Heart. HEX triplet: 76, 1B and BF. RGB value is (118,27,191). Sum of RGB (Red+Green+Blue) = 118+27+191=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #761BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BBF is #89E440. Grayscale: #484848. Windows color (decimal): -9036865 or 12524406. OLE color: 12524406.

HSL color Cylindrical-coordinate representation of color #761BBF: hue angle of 273.29º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761BBF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 27 191 -
CMYK 0.38 0.86 0 0.25
HSL 273.29º 0.75% 0.43% -
HSV(B) 273.29º 0.86% 0.75% -
XYZ 17.27 8.4 50 -
YUV 72.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 118 27 191 0.38 0.86 0 0.25 273.29 0.75 0.43
Hex 76 1B BF 26 56 0 19 111 4B 2B
Octal 166 33 277 46 126 0 31 421 113 53
Binary 1110110 11011 10111111 100110 1010110 0 11001 100010001 1001011 101011

Color Harmonies of #761BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BBF

Black with #761BBF

Text Example


Text Example

White with #761BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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