Html Css Color HEX #621FEB Han Purple

📋 copy color: '#621FEB'

red 98 ◦ green 31 ◦ blue 235

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

Shades of Han Purple #621FEB

Tints of Han Purple #621FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.52%

 BLUE value IS 235 (92.19% from 255) = 64.56%

R = 26.92%
G = 8.52%
B = 64.56%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#621FEB (or 0x621FEB) is known color: Han Purple. HEX triplet: 62, 1F and EB. RGB value is (98,31,235). Sum of RGB (Red+Green+Blue) = 98+31+235=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #621FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621FEB is #9DE014. Grayscale: #494949. Windows color (decimal): -10346517 or 15408994. OLE color: 15408994.

HSL color Cylindrical-coordinate representation of color #621FEB: hue angle of 259.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621FEB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 31 235 -
CMYK 0.58 0.87 0 0.08
HSL 259.71º 0.84% 0.52% -
HSV(B) 259.71º 0.87% 0.92% -
XYZ 20.52 9.57 79.36 -
YUV 74.29 218.7 144.91 -
System Red Green Blue C M Y K H S L
Decimal 98 31 235 0.58 0.87 0 0.08 259.71 0.84 0.52
Hex 62 1F EB 3A 57 0 8 104 54 34
Octal 142 37 353 72 127 0 10 404 124 64
Binary 1100010 11111 11101011 111010 1010111 0 1000 100000100 1010100 110100

Color Harmonies of #621FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621FEB

Black with #621FEB

Text Example


Text Example

White with #621FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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