Html Css Color HEX #611BDB Purple Heart

📋 copy color: '#611BDB'

red 97 ◦ green 27 ◦ blue 219

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

Shades of Purple Heart #611BDB

Tints of Purple Heart #611BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

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

R = 28.28%
G = 7.87%
B = 63.85%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#611BDB (or 0x611BDB) is known color: Purple Heart. HEX triplet: 61, 1B and DB. RGB value is (97,27,219). Sum of RGB (Red+Green+Blue) = 97+27+219=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #611BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611BDB is #9EE424. Grayscale: #454545. Windows color (decimal): -10413093 or 14359393. OLE color: 14359393.

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

Color convert

RGB 97 27 219 -
CMYK 0.56 0.88 0 0.14
HSL 261.88º 0.78% 0.48% -
HSV(B) 261.88º 0.88% 0.86% -
XYZ 18.11 8.44 67.69 -
YUV 69.82 212.19 147.39 -
System Red Green Blue C M Y K H S L
Decimal 97 27 219 0.56 0.88 0 0.14 261.88 0.78 0.48
Hex 61 1B DB 38 58 0 E 106 4E 30
Octal 141 33 333 70 130 0 16 406 116 60
Binary 1100001 11011 11011011 111000 1011000 0 1110 100000110 1001110 110000

Color Harmonies of #611BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BDB

Black with #611BDB

Text Example


Text Example

White with #611BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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