Html Css Color HEX #621ADA Purple Heart

📋 copy color: '#621ADA'

red 98 ◦ green 26 ◦ blue 218

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

Shades of Purple Heart #621ADA

Tints of Purple Heart #621ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 28.65%
G = 7.6%
B = 63.74%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#621ADA (or 0x621ADA) is known color: Purple Heart. HEX triplet: 62, 1A and DA. RGB value is (98,26,218). Sum of RGB (Red+Green+Blue) = 98+26+218=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #621ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621ADA is #9DE525. Grayscale: #444444. Windows color (decimal): -10347814 or 14293602. OLE color: 14293602.

HSL color Cylindrical-coordinate representation of color #621ADA: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621ADA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 26 218 -
CMYK 0.55 0.88 0 0.15
HSL 262.5º 0.79% 0.48% -
HSV(B) 262.5º 0.88% 0.85% -
XYZ 18.06 8.4 67 -
YUV 69.42 211.85 148.39 -
System Red Green Blue C M Y K H S L
Decimal 98 26 218 0.55 0.88 0 0.15 262.5 0.79 0.48
Hex 62 1A DA 37 58 0 F 106 4F 30
Octal 142 32 332 67 130 0 17 406 117 60
Binary 1100010 11010 11011010 110111 1011000 0 1111 100000110 1001111 110000

Color Harmonies of #621ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621ADA

Black with #621ADA

Text Example


Text Example

White with #621ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,218); }

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

background-color css

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

 a { background-color: rgb(98,26,218); }

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

border-color css

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

 span { border-color: rgb(98,26,218); }

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