#621FC6

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

Shades of Purple Heart #621FC6

Tints of Purple Heart #621FC6

Color information

#621FC6 (or 0x621FC6) is unknown color: approx Purple Heart. HEX triplet: 62, 1F and C6. RGB value is (98,31,198). Sum of RGB (Red+Green+Blue) = 98+31+198=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 198 (77.73% from 255 or 60.55% from 327); Max value from RGB is 198 - color contains mainly: blue. Hex color #621FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FC6 is #9DE039. Grayscale: #454545. Windows color (decimal): -10346554 or 12984162. OLE color: 12984162.

HSL color Cylindrical-coordinate representation of color #621FC6: hue angle of 264.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621FC6 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9831198-
CMYK0.510.8400.22
HSL264.07º72.93%44.9%-
HSV(B)264.07º84.34%77.65%-
XYZ15.727.6554.07-
YUV70.07200.2147.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 31 (12.5% from 255) = 9.48%
BLUE value IS 198 (77.73% from 255) = 60.55%
R=29.97%
G=9.48%
B=60.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal98311980.510.8400.22264.0772.9344.9
Hex621FC63354016108492d
Octal142373066312402641011155
Binary1100010111111100011011001110101000101101000010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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