#621FE0

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

Shades of Han Purple #621FE0

Tints of Han Purple #621FE0

Color information

#621FE0 (or 0x621FE0) is unknown color: approx Han Purple. HEX triplet: 62, 1F and E0. RGB value is (98,31,224). Sum of RGB (Red+Green+Blue) = 98+31+224=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #621FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FE0 is #9DE01F. Grayscale: #484848. Windows color (decimal): -10346528 or 14688098. OLE color: 14688098.

HSL color Cylindrical-coordinate representation of color #621FE0: hue angle of 260.83º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621FE0 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9831224-
CMYK0.560.8600.12
HSL260.83º75.69%50%-
HSV(B)260.83º86.16%87.84%-
XYZ18.988.9671.25-
YUV73.04213.2145.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 31 (12.5% from 255) = 8.78%
BLUE value IS 224 (87.89% from 255) = 63.46%
R=27.76%
G=8.78%
B=63.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal98312240.560.8600.12260.8375.6950
Hex621FE038560C1054c32
Octal142373407012601440511462
Binary110001011111111000001110001010110011001000001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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