#621ad0

Color #621AD0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #621AD0

Tints of Purple Heart #621AD0

Color information

#621AD0 (or 0x621AD0) is unknown color: approx Purple Heart. HEX triplet: 62, 1A and D0. RGB value is (98,26,208). Sum of RGB (Red+Green+Blue) = 98+26+208=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #621AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621AD0 is #9DE52F. Grayscale: #434343. Windows color (decimal): -10347824 or 13638242. OLE color: 13638242.

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

Color convert

RGB9826208-
CMYK0.530.8800.18
HSL263.74º77.78%45.88%-
HSV(B)263.74º87.5%81.57%-
XYZ16.797.8960.31-
YUV68.28206.85149.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.52%
GREEN value IS 26 (10.55% from 255) = 7.83%
BLUE value IS 208 (81.64% from 255) = 62.65%
R=29.52%
G=7.83%
B=62.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98262080.530.8800.18263.7477.7845.88
Hex621AD035580121084e2e
Octal142323206513002241011656
Binary1100010110101101000011010110110000100101000010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #621ad0;
 }
 .AnyTagClassName
 {
   color: #621ad0;
 }
</style>
background-color css

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

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

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

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

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

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