Html Css Color HEX #761EB3 Purple Heart

📋 copy color: '#761EB3'

red 118 ◦ green 30 ◦ blue 179

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

Shades of Purple Heart #761EB3

Tints of Purple Heart #761EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.74%

R = 36.09%
G = 9.17%
B = 54.74%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#761EB3 (or 0x761EB3) is known color: Purple Heart. HEX triplet: 76, 1E and B3. RGB value is (118,30,179). Sum of RGB (Red+Green+Blue) = 118+30+179=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #761EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EB3 is #89E14C. Grayscale: #484848. Windows color (decimal): -9036109 or 11738742. OLE color: 11738742.

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

Color convert

RGB 118 30 179 -
CMYK 0.34 0.83 0 0.30
HSL 275.44º 0.71% 0.41% -
HSV(B) 275.44º 0.83% 0.7% -
XYZ 16.07 8.03 43.35 -
YUV 73.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 118 30 179 0.34 0.83 0 0.30 275.44 0.71 0.41
Hex 76 1E B3 22 53 0 1E 113 47 29
Octal 166 36 263 42 123 0 36 423 107 51
Binary 1110110 11110 10110011 100010 1010011 0 11110 100010011 1000111 101001

Color Harmonies of #761EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761EB3

Black with #761EB3

Text Example


Text Example

White with #761EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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