Html Css Color HEX #611DD0 Purple Heart

📋 copy color: '#611DD0'

red 97 ◦ green 29 ◦ blue 208

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

Shades of Purple Heart #611DD0

Tints of Purple Heart #611DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 29.04%
G = 8.68%
B = 62.28%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#611DD0 (or 0x611DD0) is known color: Purple Heart. HEX triplet: 61, 1D and D0. RGB value is (97,29,208). Sum of RGB (Red+Green+Blue) = 97+29+208=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #611DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DD0 is #9EE22F. Grayscale: #454545. Windows color (decimal): -10412592 or 13639009. OLE color: 13639009.

HSL color Cylindrical-coordinate representation of color #611DD0: hue angle of 262.79º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611DD0 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 29 208 -
CMYK 0.53 0.86 0 0.18
HSL 262.79º 0.76% 0.46% -
HSV(B) 262.79º 0.86% 0.82% -
XYZ 16.75 7.97 60.33 -
YUV 69.74 206.03 147.45 -
System Red Green Blue C M Y K H S L
Decimal 97 29 208 0.53 0.86 0 0.18 262.79 0.76 0.46
Hex 61 1D D0 35 56 0 12 107 4C 2E
Octal 141 35 320 65 126 0 22 407 114 56
Binary 1100001 11101 11010000 110101 1010110 0 10010 100000111 1001100 101110

Color Harmonies of #611DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DD0

Black with #611DD0

Text Example


Text Example

White with #611DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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