Html Css Color HEX #611DD4 Purple Heart

📋 copy color: '#611DD4'

red 97 ◦ green 29 ◦ blue 212

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

Shades of Purple Heart #611DD4

Tints of Purple Heart #611DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 62.72%

R = 28.7%
G = 8.58%
B = 62.72%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#611DD4 (or 0x611DD4) is known color: Purple Heart. HEX triplet: 61, 1D and D4. RGB value is (97,29,212). Sum of RGB (Red+Green+Blue) = 97+29+212=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #611DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DD4 is #9EE22B. Grayscale: #454545. Windows color (decimal): -10412588 or 13901153. OLE color: 13901153.

HSL color Cylindrical-coordinate representation of color #611DD4: hue angle of 262.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611DD4 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 29 212 -
CMYK 0.54 0.86 0 0.17
HSL 262.3º 0.76% 0.47% -
HSV(B) 262.3º 0.86% 0.83% -
XYZ 17.25 8.17 62.96 -
YUV 70.19 208.03 147.12 -
System Red Green Blue C M Y K H S L
Decimal 97 29 212 0.54 0.86 0 0.17 262.3 0.76 0.47
Hex 61 1D D4 36 56 0 11 106 4C 2F
Octal 141 35 324 66 126 0 21 406 114 57
Binary 1100001 11101 11010100 110110 1010110 0 10001 100000110 1001100 101111

Color Harmonies of #611DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611DD4

Black with #611DD4

Text Example


Text Example

White with #611DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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