Html Css Color HEX #621BE6 Han Purple

📋 copy color: '#621BE6'

red 98 ◦ green 27 ◦ blue 230

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

Shades of Han Purple #621BE6

Tints of Han Purple #621BE6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

 BLUE value IS 230 (90.23% from 255) = 64.79%

R = 27.61%
G = 7.61%
B = 64.79%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#621BE6 (or 0x621BE6) is known color: Han Purple. HEX triplet: 62, 1B and E6. RGB value is (98,27,230). Sum of RGB (Red+Green+Blue) = 98+27+230=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 230 (90.23% from 255 or 64.79% from 355); Max value from RGB is 230 - color contains mainly: blue. Hex color #621BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621BE6 is #9DE419. Grayscale: #464646. Windows color (decimal): -10347546 or 15080290. OLE color: 15080290.

HSL color Cylindrical-coordinate representation of color #621BE6: hue angle of 260.99º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621BE6 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 27 230 -
CMYK 0.57 0.88 0 0.10
HSL 260.99º 0.8% 0.5% -
HSV(B) 260.99º 0.88% 0.9% -
XYZ 19.71 9.09 75.58 -
YUV 71.37 217.52 146.99 -
System Red Green Blue C M Y K H S L
Decimal 98 27 230 0.57 0.88 0 0.10 260.99 0.8 0.5
Hex 62 1B E6 39 58 0 A 105 50 32
Octal 142 33 346 71 130 0 12 405 120 62
Binary 1100010 11011 11100110 111001 1011000 0 1010 100000101 1010000 110010

Color Harmonies of #621BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621BE6

Black with #621BE6

Text Example


Text Example

White with #621BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,27,230); }

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

background-color css

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

 a { background-color: rgb(98,27,230); }

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

border-color css

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

 span { border-color: rgb(98,27,230); }

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