Html Css Color HEX #621FDA Purple Heart

📋 copy color: '#621FDA'

red 98 ◦ green 31 ◦ blue 218

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

Shades of Purple Heart #621FDA

Tints of Purple Heart #621FDA

RGB

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

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

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

R = 28.24%
G = 8.93%
B = 62.82%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#621FDA (or 0x621FDA) is known color: Purple Heart. HEX triplet: 62, 1F and DA. RGB value is (98,31,218). Sum of RGB (Red+Green+Blue) = 98+31+218=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #621FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FDA is #9DE025. Grayscale: #474747. Windows color (decimal): -10346534 or 14294882. OLE color: 14294882.

HSL color Cylindrical-coordinate representation of color #621FDA: hue angle of 261.5º 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 #621FDA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 31 218 -
CMYK 0.55 0.86 0 0.15
HSL 261.5º 0.75% 0.49% -
HSV(B) 261.5º 0.86% 0.85% -
XYZ 18.18 8.64 67.04 -
YUV 72.35 210.2 146.29 -
System Red Green Blue C M Y K H S L
Decimal 98 31 218 0.55 0.86 0 0.15 261.5 0.75 0.49
Hex 62 1F DA 37 56 0 F 105 4B 31
Octal 142 37 332 67 126 0 17 405 113 61
Binary 1100010 11111 11011010 110111 1010110 0 1111 100000101 1001011 110001

Color Harmonies of #621FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FDA

Black with #621FDA

Text Example


Text Example

White with #621FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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