Html Css Color HEX #761CB7 Purple Heart

📋 copy color: '#761CB7'

red 118 ◦ green 28 ◦ blue 183

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

Shades of Purple Heart #761CB7

Tints of Purple Heart #761CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

 BLUE value IS 183 (71.88% from 255) = 55.62%

R = 35.87%
G = 8.51%
B = 55.62%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#761CB7 (or 0x761CB7) is known color: Purple Heart. HEX triplet: 76, 1C and B7. RGB value is (118,28,183). Sum of RGB (Red+Green+Blue) = 118+28+183=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #761CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CB7 is #89E348. Grayscale: #484848. Windows color (decimal): -9036617 or 12000374. OLE color: 12000374.

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

Color convert

RGB 118 28 183 -
CMYK 0.36 0.85 0 0.28
HSL 274.84º 0.73% 0.41% -
HSV(B) 274.84º 0.85% 0.72% -
XYZ 16.43 8.1 45.5 -
YUV 72.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 118 28 183 0.36 0.85 0 0.28 274.84 0.73 0.41
Hex 76 1C B7 24 55 0 1C 113 49 29
Octal 166 34 267 44 125 0 34 423 111 51
Binary 1110110 11100 10110111 100100 1010101 0 11100 100010011 1001001 101001

Color Harmonies of #761CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761CB7

Black with #761CB7

Text Example


Text Example

White with #761CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,28,183); }

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

background-color css

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

 a { background-color: rgb(118,28,183); }

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

border-color css

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

 span { border-color: rgb(118,28,183); }

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