Html Css Color HEX #761ED1 Purple Heart

📋 copy color: '#761ED1'

red 118 ◦ green 30 ◦ blue 209

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

Shades of Purple Heart #761ED1

Tints of Purple Heart #761ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 58.54%

R = 33.05%
G = 8.4%
B = 58.54%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#761ED1 (or 0x761ED1) is known color: Purple Heart. HEX triplet: 76, 1E and D1. RGB value is (118,30,209). Sum of RGB (Red+Green+Blue) = 118+30+209=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #761ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ED1 is #89E12E. Grayscale: #4C4C4C. Windows color (decimal): -9036079 or 13704822. OLE color: 13704822.

HSL color Cylindrical-coordinate representation of color #761ED1: hue angle of 269.5º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761ED1 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 30 209 -
CMYK 0.44 0.86 0 0.18
HSL 269.5º 0.75% 0.47% -
HSV(B) 269.5º 0.86% 0.82% -
XYZ 19.44 9.38 61.11 -
YUV 76.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 118 30 209 0.44 0.86 0 0.18 269.5 0.75 0.47
Hex 76 1E D1 2C 56 0 12 10D 4B 2F
Octal 166 36 321 54 126 0 22 415 113 57
Binary 1110110 11110 11010001 101100 1010110 0 10010 100001101 1001011 101111

Color Harmonies of #761ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761ED1

Black with #761ED1

Text Example


Text Example

White with #761ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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