Html Css Color HEX #621FDD Purple Heart

📋 copy color: '#621FDD'

red 98 ◦ green 31 ◦ blue 221

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

Shades of Purple Heart #621FDD

Tints of Purple Heart #621FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 28%
G = 8.86%
B = 63.14%

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

#621FDD (or 0x621FDD) is known color: Purple Heart. HEX triplet: 62, 1F and DD. RGB value is (98,31,221). Sum of RGB (Red+Green+Blue) = 98+31+221=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #621FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FDD is #9DE022. Grayscale: #484848. Windows color (decimal): -10346531 or 14491490. OLE color: 14491490.

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

Color convert

RGB 98 31 221 -
CMYK 0.56 0.86 0 0.13
HSL 261.16º 0.75% 0.49% -
HSV(B) 261.16º 0.86% 0.87% -
XYZ 18.58 8.8 69.13 -
YUV 72.69 211.7 146.05 -
System Red Green Blue C M Y K H S L
Decimal 98 31 221 0.56 0.86 0 0.13 261.16 0.75 0.49
Hex 62 1F DD 38 56 0 D 105 4B 31
Octal 142 37 335 70 126 0 15 405 113 61
Binary 1100010 11111 11011101 111000 1010110 0 1101 100000101 1001011 110001

Color Harmonies of #621FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FDD

Black with #621FDD

Text Example


Text Example

White with #621FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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