Html Css Color HEX #621FD1 Purple Heart

📋 copy color: '#621FD1'

red 98 ◦ green 31 ◦ blue 209

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

Shades of Purple Heart #621FD1

Tints of Purple Heart #621FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.83%

R = 28.99%
G = 9.17%
B = 61.83%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#621FD1 (or 0x621FD1) is known color: Purple Heart. HEX triplet: 62, 1F and D1. RGB value is (98,31,209). Sum of RGB (Red+Green+Blue) = 98+31+209=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #621FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FD1 is #9DE02E. Grayscale: #464646. Windows color (decimal): -10346543 or 13705058. OLE color: 13705058.

HSL color Cylindrical-coordinate representation of color #621FD1: hue angle of 262.58º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621FD1 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 31 209 -
CMYK 0.53 0.85 0 0.18
HSL 262.58º 0.74% 0.47% -
HSV(B) 262.58º 0.85% 0.82% -
XYZ 17.04 8.18 61 -
YUV 71.33 205.7 147.03 -
System Red Green Blue C M Y K H S L
Decimal 98 31 209 0.53 0.85 0 0.18 262.58 0.74 0.47
Hex 62 1F D1 35 55 0 12 107 4A 2F
Octal 142 37 321 65 125 0 22 407 112 57
Binary 1100010 11111 11010001 110101 1010101 0 10010 100000111 1001010 101111

Color Harmonies of #621FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FD1

Black with #621FD1

Text Example


Text Example

White with #621FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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