Html Css Color HEX #621CF0 Han Purple

📋 copy color: '#621CF0'

red 98 ◦ green 28 ◦ blue 240

#621CF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #621CF0

Tints of Han Purple #621CF0

RGB

 RED value IS 98 (38.67% from 255) = 26.78%

 GREEN value IS 28 (11.33% from 255) = 7.65%

 BLUE value IS 240 (94.14% from 255) = 65.57%

R = 26.78%
G = 7.65%
B = 65.57%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#621CF0 (or 0x621CF0) is known color: Han Purple. HEX triplet: 62, 1C and F0. RGB value is (98,28,240). Sum of RGB (Red+Green+Blue) = 98+28+240=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 240 (94.14% from 255 or 65.57% from 366); Max value from RGB is 240 - color contains mainly: blue. Hex color #621CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621CF0 is #9DE30F. Grayscale: #484848. Windows color (decimal): -10347280 or 15735906. OLE color: 15735906.

HSL color Cylindrical-coordinate representation of color #621CF0: hue angle of 259.81º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621CF0 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 28 240 -
CMYK 0.59 0.88 0 0.06
HSL 259.81º 0.88% 0.53% -
HSV(B) 259.81º 0.88% 0.94% -
XYZ 21.18 9.72 83.2 -
YUV 73.1 222.19 145.76 -
System Red Green Blue C M Y K H S L
Decimal 98 28 240 0.59 0.88 0 0.06 259.81 0.88 0.53
Hex 62 1C F0 3B 58 0 6 104 58 35
Octal 142 34 360 73 130 0 6 404 130 65
Binary 1100010 11100 11110000 111011 1011000 0 110 100000100 1011000 110101

Color Harmonies of #621CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621CF0

Black with #621CF0

Text Example


Text Example

White with #621CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,28,240); }

 H1.HeaderClassName
 {
   color: #621CF0;
 }
 .AnyTagClassName
 {
   color: #621CF0;
 }
</style>

background-color css

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

 a { background-color: rgb(98,28,240); }

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

border-color css

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

 span { border-color: rgb(98,28,240); }

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