Html Css Color HEX #761BB4 Purple Heart

📋 copy color: '#761BB4'

red 118 ◦ green 27 ◦ blue 180

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

Shades of Purple Heart #761BB4

Tints of Purple Heart #761BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.38%

R = 36.31%
G = 8.31%
B = 55.38%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#761BB4 (or 0x761BB4) is known color: Purple Heart. HEX triplet: 76, 1B and B4. RGB value is (118,27,180). Sum of RGB (Red+Green+Blue) = 118+27+180=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #761BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BB4 is #89E44B. Grayscale: #474747. Windows color (decimal): -9036876 or 11803510. OLE color: 11803510.

HSL color Cylindrical-coordinate representation of color #761BB4: hue angle of 275.69º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761BB4 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 27 180 -
CMYK 0.34 0.85 0 0.29
HSL 275.69º 0.74% 0.41% -
HSV(B) 275.69º 0.85% 0.71% -
XYZ 16.1 7.93 43.86 -
YUV 71.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 118 27 180 0.34 0.85 0 0.29 275.69 0.74 0.41
Hex 76 1B B4 22 55 0 1D 114 4A 29
Octal 166 33 264 42 125 0 35 424 112 51
Binary 1110110 11011 10110100 100010 1010101 0 11101 100010100 1001010 101001

Color Harmonies of #761BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BB4

Black with #761BB4

Text Example


Text Example

White with #761BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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