Html Css Color HEX #611DDC Purple Heart

📋 copy color: '#611DDC'

red 97 ◦ green 29 ◦ blue 220

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

Shades of Purple Heart #611DDC

Tints of Purple Heart #611DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.58%

R = 28.03%
G = 8.38%
B = 63.58%

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

#611DDC (or 0x611DDC) is known color: Purple Heart. HEX triplet: 61, 1D and DC. RGB value is (97,29,220). Sum of RGB (Red+Green+Blue) = 97+29+220=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #611DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DDC is #9EE223. Grayscale: #464646. Windows color (decimal): -10412580 or 14425441. OLE color: 14425441.

HSL color Cylindrical-coordinate representation of color #611DDC: hue angle of 261.36º 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 #611DDC is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 29 220 -
CMYK 0.56 0.87 0 0.14
HSL 261.36º 0.77% 0.49% -
HSV(B) 261.36º 0.87% 0.86% -
XYZ 18.29 8.59 68.4 -
YUV 71.11 212.03 146.47 -
System Red Green Blue C M Y K H S L
Decimal 97 29 220 0.56 0.87 0 0.14 261.36 0.77 0.49
Hex 61 1D DC 38 57 0 E 105 4D 31
Octal 141 35 334 70 127 0 16 405 115 61
Binary 1100001 11101 11011100 111000 1010111 0 1110 100000101 1001101 110001

Color Harmonies of #611DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DDC

Black with #611DDC

Text Example


Text Example

White with #611DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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