Html Css Color HEX #761DBF Purple Heart

📋 copy color: '#761DBF'

red 118 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #761DBF

Tints of Purple Heart #761DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.58%

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

R = 34.91%
G = 8.58%
B = 56.51%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#761DBF (or 0x761DBF) is known color: Purple Heart. HEX triplet: 76, 1D and BF. RGB value is (118,29,191). Sum of RGB (Red+Green+Blue) = 118+29+191=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #761DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761DBF is #89E240. Grayscale: #494949. Windows color (decimal): -9036353 or 12524918. OLE color: 12524918.

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

Color convert

RGB 118 29 191 -
CMYK 0.38 0.85 0 0.25
HSL 272.96º 0.74% 0.43% -
HSV(B) 272.96º 0.85% 0.75% -
XYZ 17.31 8.49 50.02 -
YUV 74.08 193.99 159.33 -
System Red Green Blue C M Y K H S L
Decimal 118 29 191 0.38 0.85 0 0.25 272.96 0.74 0.43
Hex 76 1D BF 26 55 0 19 111 4A 2B
Octal 166 35 277 46 125 0 31 421 112 53
Binary 1110110 11101 10111111 100110 1010101 0 11001 100010001 1001010 101011

Color Harmonies of #761DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761DBF

Black with #761DBF

Text Example


Text Example

White with #761DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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