Html Css Color HEX #761ECE Purple Heart

📋 copy color: '#761ECE'

red 118 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #761ECE

Tints of Purple Heart #761ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 33.33%
G = 8.47%
B = 58.19%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#761ECE (or 0x761ECE) is known color: Purple Heart. HEX triplet: 76, 1E and CE. RGB value is (118,30,206). Sum of RGB (Red+Green+Blue) = 118+30+206=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #761ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ECE is #89E131. Grayscale: #4B4B4B. Windows color (decimal): -9036082 or 13508214. OLE color: 13508214.

HSL color Cylindrical-coordinate representation of color #761ECE: hue angle of 270º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761ECE is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 30 206 -
CMYK 0.43 0.85 0 0.19
HSL 270º 0.75% 0.46% -
HSV(B) 270º 0.85% 0.81% -
XYZ 19.08 9.24 59.17 -
YUV 76.38 201.15 157.69 -
System Red Green Blue C M Y K H S L
Decimal 118 30 206 0.43 0.85 0 0.19 270 0.75 0.46
Hex 76 1E CE 2B 55 0 13 10E 4B 2E
Octal 166 36 316 53 125 0 23 416 113 56
Binary 1110110 11110 11001110 101011 1010101 0 10011 100001110 1001011 101110

Color Harmonies of #761ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761ECE

Black with #761ECE

Text Example


Text Example

White with #761ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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