Html Css Color HEX #620DD7 Purple Heart

📋 copy color: '#620DD7'

red 98 ◦ green 13 ◦ blue 215

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

Shades of Purple Heart #620DD7

Tints of Purple Heart #620DD7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.99%

 BLUE value IS 215 (84.38% from 255) = 65.95%

R = 30.06%
G = 3.99%
B = 65.95%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#620DD7 (or 0x620DD7) is known color: Purple Heart. HEX triplet: 62, 0D and D7. RGB value is (98,13,215). Sum of RGB (Red+Green+Blue) = 98+13+215=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 215 (84.38% from 255 or 65.95% from 326); Max value from RGB is 215 - color contains mainly: blue. Hex color #620DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620DD7 is #9DF228. Grayscale: #3C3C3C. Windows color (decimal): -10351145 or 14093666. OLE color: 14093666.

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

Color convert

RGB 98 13 215 -
CMYK 0.54 0.94 0 0.16
HSL 265.25º 0.89% 0.45% -
HSV(B) 265.25º 0.94% 0.84% -
XYZ 17.45 7.79 64.87 -
YUV 61.44 214.66 154.07 -
System Red Green Blue C M Y K H S L
Decimal 98 13 215 0.54 0.94 0 0.16 265.25 0.89 0.45
Hex 62 D D7 36 5E 0 10 109 59 2D
Octal 142 15 327 66 136 0 20 411 131 55
Binary 1100010 1101 11010111 110110 1011110 0 10000 100001001 1011001 101101

Color Harmonies of #620DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620DD7

Black with #620DD7

Text Example


Text Example

White with #620DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,13,215); }

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

background-color css

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

 a { background-color: rgb(98,13,215); }

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

border-color css

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

 span { border-color: rgb(98,13,215); }

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