Html Css Color HEX #621FDB Purple Heart

📋 copy color: '#621FDB'

red 98 ◦ green 31 ◦ blue 219

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

Shades of Purple Heart #621FDB

Tints of Purple Heart #621FDB

RGB

 RED value IS 98 (38.67% from 255) = 28.16%

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

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 28.16%
G = 8.91%
B = 62.93%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#621FDB (or 0x621FDB) is known color: Purple Heart. HEX triplet: 62, 1F and DB. RGB value is (98,31,219). Sum of RGB (Red+Green+Blue) = 98+31+219=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #621FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FDB is #9DE024. Grayscale: #474747. Windows color (decimal): -10346533 or 14360418. OLE color: 14360418.

HSL color Cylindrical-coordinate representation of color #621FDB: hue angle of 261.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621FDB is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 31 219 -
CMYK 0.55 0.86 0 0.14
HSL 261.38º 0.75% 0.49% -
HSV(B) 261.38º 0.86% 0.86% -
XYZ 18.31 8.69 67.73 -
YUV 72.47 210.7 146.21 -
System Red Green Blue C M Y K H S L
Decimal 98 31 219 0.55 0.86 0 0.14 261.38 0.75 0.49
Hex 62 1F DB 37 56 0 E 105 4B 31
Octal 142 37 333 67 126 0 16 405 113 61
Binary 1100010 11111 11011011 110111 1010110 0 1110 100000101 1001011 110001

Color Harmonies of #621FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FDB

Black with #621FDB

Text Example


Text Example

White with #621FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621FDB; }

 p { color: rgb(98,31,219); }

 H1.HeaderClassName
 {
   color: #621FDB;
 }
 .AnyTagClassName
 {
   color: #621FDB;
 }
</style>

background-color css

<style>
 a { background-color: #621FDB; }

 a { background-color: rgb(98,31,219); }

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

border-color css

<style>
 span { border-color: #621FDB; }

 span { border-color: rgb(98,31,219); }

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