Html Css Color HEX #611FDE Purple Heart

📋 copy color: '#611FDE'

red 97 ◦ green 31 ◦ blue 222

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

Shades of Purple Heart #611FDE

Tints of Purple Heart #611FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 27.71%
G = 8.86%
B = 63.43%

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

#611FDE (or 0x611FDE) is known color: Purple Heart. HEX triplet: 61, 1F and DE. RGB value is (97,31,222). Sum of RGB (Red+Green+Blue) = 97+31+222=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #611FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FDE is #9EE021. Grayscale: #474747. Windows color (decimal): -10412066 or 14557025. OLE color: 14557025.

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

Color convert

RGB 97 31 222 -
CMYK 0.56 0.86 0 0.13
HSL 260.73º 0.75% 0.5% -
HSV(B) 260.73º 0.86% 0.87% -
XYZ 18.6 8.8 69.82 -
YUV 72.51 212.37 145.47 -
System Red Green Blue C M Y K H S L
Decimal 97 31 222 0.56 0.86 0 0.13 260.73 0.75 0.5
Hex 61 1F DE 38 56 0 D 105 4B 32
Octal 141 37 336 70 126 0 15 405 113 62
Binary 1100001 11111 11011110 111000 1010110 0 1101 100000101 1001011 110010

Color Harmonies of #611FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FDE

Black with #611FDE

Text Example


Text Example

White with #611FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,31,222); }

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

background-color css

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

 a { background-color: rgb(97,31,222); }

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

border-color css

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

 span { border-color: rgb(97,31,222); }

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