Html Css Color HEX #611DDB Purple Heart

📋 copy color: '#611DDB'

red 97 ◦ green 29 ◦ blue 219

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

Shades of Purple Heart #611DDB

Tints of Purple Heart #611DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 28.12%
G = 8.41%
B = 63.48%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#611DDB (or 0x611DDB) is known color: Purple Heart. HEX triplet: 61, 1D and DB. RGB value is (97,29,219). Sum of RGB (Red+Green+Blue) = 97+29+219=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #611DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DDB is #9EE224. Grayscale: #464646. Windows color (decimal): -10412581 or 14359905. OLE color: 14359905.

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

Color convert

RGB 97 29 219 -
CMYK 0.56 0.87 0 0.14
HSL 261.47º 0.77% 0.49% -
HSV(B) 261.47º 0.87% 0.86% -
XYZ 18.16 8.53 67.71 -
YUV 70.99 211.53 146.55 -
System Red Green Blue C M Y K H S L
Decimal 97 29 219 0.56 0.87 0 0.14 261.47 0.77 0.49
Hex 61 1D DB 38 57 0 E 105 4D 31
Octal 141 35 333 70 127 0 16 405 115 61
Binary 1100001 11101 11011011 111000 1010111 0 1110 100000101 1001101 110001

Color Harmonies of #611DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DDB

Black with #611DDB

Text Example


Text Example

White with #611DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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