Html Css Color HEX #621DB9 Purple Heart

📋 copy color: '#621DB9'

red 98 ◦ green 29 ◦ blue 185

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

Shades of Purple Heart #621DB9

Tints of Purple Heart #621DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.29%

 BLUE value IS 185 (72.66% from 255) = 59.29%

R = 31.41%
G = 9.29%
B = 59.29%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#621DB9 (or 0x621DB9) is known color: Purple Heart. HEX triplet: 62, 1D and B9. RGB value is (98,29,185). Sum of RGB (Red+Green+Blue) = 98+29+185=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #621DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DB9 is #9DE246. Grayscale: #424242. Windows color (decimal): -10347079 or 12131682. OLE color: 12131682.

HSL color Cylindrical-coordinate representation of color #621DB9: hue angle of 266.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621DB9 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 29 185 -
CMYK 0.47 0.84 0 0.27
HSL 266.54º 0.73% 0.42% -
HSV(B) 266.54º 0.84% 0.73% -
XYZ 14.23 6.98 46.5 -
YUV 67.42 194.36 149.82 -
System Red Green Blue C M Y K H S L
Decimal 98 29 185 0.47 0.84 0 0.27 266.54 0.73 0.42
Hex 62 1D B9 2F 54 0 1B 10B 49 2A
Octal 142 35 271 57 124 0 33 413 111 52
Binary 1100010 11101 10111001 101111 1010100 0 11011 100001011 1001001 101010

Color Harmonies of #621DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DB9

Black with #621DB9

Text Example


Text Example

White with #621DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,185); }

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

background-color css

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

 a { background-color: rgb(98,29,185); }

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

border-color css

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

 span { border-color: rgb(98,29,185); }

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