Html Css Color HEX #621FD0 Purple Heart

📋 copy color: '#621FD0'

red 98 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #621FD0

Tints of Purple Heart #621FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 29.08%
G = 9.2%
B = 61.72%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#621FD0 (or 0x621FD0) is known color: Purple Heart. HEX triplet: 62, 1F and D0. RGB value is (98,31,208). Sum of RGB (Red+Green+Blue) = 98+31+208=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #621FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FD0 is #9DE02F. Grayscale: #464646. Windows color (decimal): -10346544 or 13639522. OLE color: 13639522.

HSL color Cylindrical-coordinate representation of color #621FD0: hue angle of 262.71º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #621FD0 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 31 208 -
CMYK 0.53 0.85 0 0.18
HSL 262.71º 0.74% 0.47% -
HSV(B) 262.71º 0.85% 0.82% -
XYZ 16.91 8.13 60.35 -
YUV 71.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 98 31 208 0.53 0.85 0 0.18 262.71 0.74 0.47
Hex 62 1F D0 35 55 0 12 107 4A 2F
Octal 142 37 320 65 125 0 22 407 112 57
Binary 1100010 11111 11010000 110101 1010101 0 10010 100000111 1001010 101111

Color Harmonies of #621FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FD0

Black with #621FD0

Text Example


Text Example

White with #621FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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