Html Css Color HEX #620ED5 Purple Heart

📋 copy color: '#620ED5'

red 98 ◦ green 14 ◦ blue 213

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

Shades of Purple Heart #620ED5

Tints of Purple Heart #620ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.31%

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 30.15%
G = 4.31%
B = 65.54%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#620ED5 (or 0x620ED5) is known color: Purple Heart. HEX triplet: 62, 0E and D5. RGB value is (98,14,213). Sum of RGB (Red+Green+Blue) = 98+14+213=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #620ED5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620ED5 is #9DF12A. Grayscale: #3D3D3D. Windows color (decimal): -10350891 or 13962850. OLE color: 13962850.

HSL color Cylindrical-coordinate representation of color #620ED5: hue angle of 265.33º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620ED5 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 14 213 -
CMYK 0.54 0.93 0 0.16
HSL 265.33º 0.88% 0.45% -
HSV(B) 265.33º 0.93% 0.84% -
XYZ 17.2 7.71 63.53 -
YUV 61.8 213.33 153.82 -
System Red Green Blue C M Y K H S L
Decimal 98 14 213 0.54 0.93 0 0.16 265.33 0.88 0.45
Hex 62 E D5 36 5D 0 10 109 58 2D
Octal 142 16 325 66 135 0 20 411 130 55
Binary 1100010 1110 11010101 110110 1011101 0 10000 100001001 1011000 101101

Color Harmonies of #620ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620ED5

Black with #620ED5

Text Example


Text Example

White with #620ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620ED5; }

 p { color: rgb(98,14,213); }

 H1.HeaderClassName
 {
   color: #620ED5;
 }
 .AnyTagClassName
 {
   color: #620ED5;
 }
</style>

background-color css

<style>
 a { background-color: #620ED5; }

 a { background-color: rgb(98,14,213); }

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

border-color css

<style>
 span { border-color: #620ED5; }

 span { border-color: rgb(98,14,213); }

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