Html Css Color HEX #611EDD Purple Heart

📋 copy color: '#611EDD'

red 97 ◦ green 30 ◦ blue 221

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

Shades of Purple Heart #611EDD

Tints of Purple Heart #611EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.51%

R = 27.87%
G = 8.62%
B = 63.51%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#611EDD (or 0x611EDD) is known color: Purple Heart. HEX triplet: 61, 1E and DD. RGB value is (97,30,221). Sum of RGB (Red+Green+Blue) = 97+30+221=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #611EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611EDD is #9EE122. Grayscale: #474747. Windows color (decimal): -10412323 or 14491233. OLE color: 14491233.

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

Color convert

RGB 97 30 221 -
CMYK 0.56 0.86 0 0.13
HSL 261.05º 0.76% 0.49% -
HSV(B) 261.05º 0.86% 0.87% -
XYZ 18.45 8.69 69.11 -
YUV 71.81 212.2 145.97 -
System Red Green Blue C M Y K H S L
Decimal 97 30 221 0.56 0.86 0 0.13 261.05 0.76 0.49
Hex 61 1E DD 38 56 0 D 105 4C 31
Octal 141 36 335 70 126 0 15 405 114 61
Binary 1100001 11110 11011101 111000 1010110 0 1101 100000101 1001100 110001

Color Harmonies of #611EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611EDD

Black with #611EDD

Text Example


Text Example

White with #611EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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