Html Css Color HEX #611ED4 Purple Heart

📋 copy color: '#611ED4'

red 97 ◦ green 30 ◦ blue 212

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

Shades of Purple Heart #611ED4

Tints of Purple Heart #611ED4

RGB

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

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

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

R = 28.61%
G = 8.85%
B = 62.54%

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

#611ED4 (or 0x611ED4) is known color: Purple Heart. HEX triplet: 61, 1E and D4. RGB value is (97,30,212). Sum of RGB (Red+Green+Blue) = 97+30+212=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 212 (83.20% from 255 or 62.54% from 339); Max value from RGB is 212 - color contains mainly: blue. Hex color #611ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ED4 is #9EE12B. Grayscale: #464646. Windows color (decimal): -10412332 or 13901409. OLE color: 13901409.

HSL color Cylindrical-coordinate representation of color #611ED4: hue angle of 262.09º degrees, saturation: 0.75, 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 #611ED4 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 30 212 -
CMYK 0.54 0.86 0 0.17
HSL 262.09º 0.75% 0.47% -
HSV(B) 262.09º 0.86% 0.83% -
XYZ 17.28 8.22 62.96 -
YUV 70.78 207.7 146.7 -
System Red Green Blue C M Y K H S L
Decimal 97 30 212 0.54 0.86 0 0.17 262.09 0.75 0.47
Hex 61 1E D4 36 56 0 11 106 4B 2F
Octal 141 36 324 66 126 0 21 406 113 57
Binary 1100001 11110 11010100 110110 1010110 0 10001 100000110 1001011 101111

Color Harmonies of #611ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ED4

Black with #611ED4

Text Example


Text Example

White with #611ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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