Html Css Color HEX #611ECE Purple Heart

📋 copy color: '#611ECE'

red 97 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #611ECE

Tints of Purple Heart #611ECE

RGB

 RED value IS 97 (38.28% from 255) = 29.13%

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

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

R = 29.13%
G = 9.01%
B = 61.86%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#611ECE (or 0x611ECE) is known color: Purple Heart. HEX triplet: 61, 1E and CE. RGB value is (97,30,206). Sum of RGB (Red+Green+Blue) = 97+30+206=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #611ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ECE is #9EE131. Grayscale: #454545. Windows color (decimal): -10412338 or 13508193. OLE color: 13508193.

HSL color Cylindrical-coordinate representation of color #611ECE: hue angle of 262.84º 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 #611ECE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 30 206 -
CMYK 0.53 0.85 0 0.19
HSL 262.84º 0.75% 0.46% -
HSV(B) 262.84º 0.85% 0.81% -
XYZ 16.53 7.93 59.05 -
YUV 70.1 204.7 147.19 -
System Red Green Blue C M Y K H S L
Decimal 97 30 206 0.53 0.85 0 0.19 262.84 0.75 0.46
Hex 61 1E CE 35 55 0 13 107 4B 2E
Octal 141 36 316 65 125 0 23 407 113 56
Binary 1100001 11110 11001110 110101 1010101 0 10011 100000111 1001011 101110

Color Harmonies of #611ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ECE

Black with #611ECE

Text Example


Text Example

White with #611ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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