#621FE1

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

Shades of Han Purple #621FE1

Tints of Han Purple #621FE1

Color information

#621FE1 (or 0x621FE1) is unknown color: approx Han Purple. HEX triplet: 62, 1F and E1. RGB value is (98,31,225). Sum of RGB (Red+Green+Blue) = 98+31+225=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 225 (88.28% from 255 or 63.56% from 354); Max value from RGB is 225 - color contains mainly: blue. Hex color #621FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621FE1 is #9DE01E. Grayscale: #484848. Windows color (decimal): -10346527 or 14753634. OLE color: 14753634.

HSL color Cylindrical-coordinate representation of color #621FE1: hue angle of 260.72º 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 #621FE1 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9831225-
CMYK0.560.8600.12
HSL260.72º76.38%50.2%-
HSV(B)260.72º86.22%88.24%-
XYZ19.129.0171.97-
YUV73.15213.7145.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.68%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 225 (88.28% from 255) = 63.56%
R=27.68%
G=8.76%
B=63.56%

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
Decimal98312250.560.8600.12260.7276.3850.2
Hex621FE138560C1054c32
Octal142373417012601440511462
Binary110001011111111000011110001010110011001000001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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