Html Css Color HEX #621ED4 Purple Heart

📋 copy color: '#621ED4'

red 98 ◦ green 30 ◦ blue 212

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

Shades of Purple Heart #621ED4

Tints of Purple Heart #621ED4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.82%

 BLUE value IS 212 (83.2% from 255) = 62.35%

R = 28.82%
G = 8.82%
B = 62.35%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#621ED4 (or 0x621ED4) is known color: Purple Heart. HEX triplet: 62, 1E and D4. RGB value is (98,30,212). Sum of RGB (Red+Green+Blue) = 98+30+212=340 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.82% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #621ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ED4 is #9DE12B. Grayscale: #464646. Windows color (decimal): -10346796 or 13901410. OLE color: 13901410.

HSL color Cylindrical-coordinate representation of color #621ED4: hue angle of 262.42º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621ED4 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 98 30 212 -
CMYK 0.54 0.86 0 0.17
HSL 262.42º 0.75% 0.47% -
HSV(B) 262.42º 0.86% 0.83% -
XYZ 17.38 8.28 62.97 -
YUV 71.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 98 30 212 0.54 0.86 0 0.17 262.42 0.75 0.47
Hex 62 1E D4 36 56 0 11 106 4B 2F
Octal 142 36 324 66 126 0 21 406 113 57
Binary 1100010 11110 11010100 110110 1010110 0 10001 100000110 1001011 101111

Color Harmonies of #621ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ED4

Black with #621ED4

Text Example


Text Example

White with #621ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,212); }

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

background-color css

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

 a { background-color: rgb(98,30,212); }

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

border-color css

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

 span { border-color: rgb(98,30,212); }

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