Html Css Color HEX #611EDB Purple Heart

📋 copy color: '#611EDB'

red 97 ◦ green 30 ◦ blue 219

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

Shades of Purple Heart #611EDB

Tints of Purple Heart #611EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 28.03%
G = 8.67%
B = 63.29%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#611EDB (or 0x611EDB) is known color: Purple Heart. HEX triplet: 61, 1E and DB. RGB value is (97,30,219). Sum of RGB (Red+Green+Blue) = 97+30+219=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #611EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611EDB is #9EE124. Grayscale: #464646. Windows color (decimal): -10412325 or 14360161. OLE color: 14360161.

HSL color Cylindrical-coordinate representation of color #611EDB: hue angle of 261.27º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611EDB is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 30 219 -
CMYK 0.56 0.86 0 0.14
HSL 261.27º 0.76% 0.49% -
HSV(B) 261.27º 0.86% 0.86% -
XYZ 18.18 8.58 67.72 -
YUV 71.58 211.2 146.13 -
System Red Green Blue C M Y K H S L
Decimal 97 30 219 0.56 0.86 0 0.14 261.27 0.76 0.49
Hex 61 1E DB 38 56 0 E 105 4C 31
Octal 141 36 333 70 126 0 16 405 114 61
Binary 1100001 11110 11011011 111000 1010110 0 1110 100000101 1001100 110001

Color Harmonies of #611EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EDB

Black with #611EDB

Text Example


Text Example

White with #611EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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