Html Css Color HEX #611FDA Purple Heart

📋 copy color: '#611FDA'

red 97 ◦ green 31 ◦ blue 218

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

Shades of Purple Heart #611FDA

Tints of Purple Heart #611FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 63.01%

R = 28.03%
G = 8.96%
B = 63.01%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#611FDA (or 0x611FDA) is known color: Purple Heart. HEX triplet: 61, 1F and DA. RGB value is (97,31,218). Sum of RGB (Red+Green+Blue) = 97+31+218=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #611FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FDA is #9EE025. Grayscale: #474747. Windows color (decimal): -10412070 or 14294881. OLE color: 14294881.

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

Color convert

RGB 97 31 218 -
CMYK 0.56 0.86 0 0.15
HSL 261.18º 0.75% 0.49% -
HSV(B) 261.18º 0.86% 0.85% -
XYZ 18.07 8.58 67.03 -
YUV 72.05 210.37 145.79 -
System Red Green Blue C M Y K H S L
Decimal 97 31 218 0.56 0.86 0 0.15 261.18 0.75 0.49
Hex 61 1F DA 38 56 0 F 105 4B 31
Octal 141 37 332 70 126 0 17 405 113 61
Binary 1100001 11111 11011010 111000 1010110 0 1111 100000101 1001011 110001

Color Harmonies of #611FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611FDA

Black with #611FDA

Text Example


Text Example

White with #611FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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