Html Css Color HEX #761EB8 Purple Heart

📋 copy color: '#761EB8'

red 118 ◦ green 30 ◦ blue 184

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

Shades of Purple Heart #761EB8

Tints of Purple Heart #761EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.04%

 BLUE value IS 184 (72.27% from 255) = 55.42%

R = 35.54%
G = 9.04%
B = 55.42%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#761EB8 (or 0x761EB8) is known color: Purple Heart. HEX triplet: 76, 1E and B8. RGB value is (118,30,184). Sum of RGB (Red+Green+Blue) = 118+30+184=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #761EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EB8 is #89E147. Grayscale: #494949. Windows color (decimal): -9036104 or 12066422. OLE color: 12066422.

HSL color Cylindrical-coordinate representation of color #761EB8: hue angle of 274.29º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761EB8 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 30 184 -
CMYK 0.36 0.84 0 0.28
HSL 274.29º 0.72% 0.42% -
HSV(B) 274.29º 0.84% 0.72% -
XYZ 16.59 8.24 46.06 -
YUV 73.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 118 30 184 0.36 0.84 0 0.28 274.29 0.72 0.42
Hex 76 1E B8 24 54 0 1C 112 48 2A
Octal 166 36 270 44 124 0 34 422 110 52
Binary 1110110 11110 10111000 100100 1010100 0 11100 100010010 1001000 101010

Color Harmonies of #761EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EB8

Black with #761EB8

Text Example


Text Example

White with #761EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,30,184); }

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

background-color css

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

 a { background-color: rgb(118,30,184); }

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

border-color css

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

 span { border-color: rgb(118,30,184); }

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