#621BD0

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

Shades of Purple Heart #621BD0

Tints of Purple Heart #621BD0

Color information

#621BD0 (or 0x621BD0) is unknown color: approx Purple Heart. HEX triplet: 62, 1B and D0. RGB value is (98,27,208). Sum of RGB (Red+Green+Blue) = 98+27+208=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 208 (81.64% from 255 or 62.46% from 333); Max value from RGB is 208 - color contains mainly: blue. Hex color #621BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621BD0 is #9DE42F. Grayscale: #444444. Windows color (decimal): -10347568 or 13638498. OLE color: 13638498.

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

Color convert

RGB9827208-
CMYK0.530.8700.18
HSL263.54º77.02%46.08%-
HSV(B)263.54º87.02%81.57%-
XYZ16.817.9360.32-
YUV68.86206.52148.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 208 (81.64% from 255) = 62.46%
R=29.43%
G=8.11%
B=62.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal98272080.530.8700.18263.5477.0246.08
Hex621BD035570121084d2e
Octal142333206512702241011556
Binary1100010110111101000011010110101110100101000010001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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