Html Css Color HEX #761ED0 Purple Heart

📋 copy color: '#761ED0'

red 118 ◦ green 30 ◦ blue 208

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

Shades of Purple Heart #761ED0

Tints of Purple Heart #761ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.43%

R = 33.15%
G = 8.43%
B = 58.43%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#761ED0 (or 0x761ED0) is known color: Purple Heart. HEX triplet: 76, 1E and D0. RGB value is (118,30,208). Sum of RGB (Red+Green+Blue) = 118+30+208=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #761ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ED0 is #89E12F. Grayscale: #4B4B4B. Windows color (decimal): -9036080 or 13639286. OLE color: 13639286.

HSL color Cylindrical-coordinate representation of color #761ED0: hue angle of 269.66º 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 #761ED0 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 30 208 -
CMYK 0.43 0.86 0 0.18
HSL 269.66º 0.75% 0.47% -
HSV(B) 269.66º 0.86% 0.82% -
XYZ 19.32 9.33 60.46 -
YUV 76.6 202.15 157.53 -
System Red Green Blue C M Y K H S L
Decimal 118 30 208 0.43 0.86 0 0.18 269.66 0.75 0.47
Hex 76 1E D0 2B 56 0 12 10E 4B 2F
Octal 166 36 320 53 126 0 22 416 113 57
Binary 1110110 11110 11010000 101011 1010110 0 10010 100001110 1001011 101111

Color Harmonies of #761ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761ED0

Black with #761ED0

Text Example


Text Example

White with #761ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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