Html Css Color HEX #621DDF Han Purple

📋 copy color: '#621DDF'

red 98 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #621DDF

Tints of Han Purple #621DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 28%
G = 8.29%
B = 63.71%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#621DDF (or 0x621DDF) is known color: Han Purple. HEX triplet: 62, 1D and DF. RGB value is (98,29,223). Sum of RGB (Red+Green+Blue) = 98+29+223=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #621DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #621DDF is #9DE220. Grayscale: #474747. Windows color (decimal): -10347041 or 14622050. OLE color: 14622050.

HSL color Cylindrical-coordinate representation of color #621DDF: hue angle of 261.34º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #621DDF is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 29 223 -
CMYK 0.56 0.87 0 0.13
HSL 261.34º 0.77% 0.49% -
HSV(B) 261.34º 0.87% 0.87% -
XYZ 18.8 8.8 70.52 -
YUV 71.75 213.36 146.73 -
System Red Green Blue C M Y K H S L
Decimal 98 29 223 0.56 0.87 0 0.13 261.34 0.77 0.49
Hex 62 1D DF 38 57 0 D 105 4D 31
Octal 142 35 337 70 127 0 15 405 115 61
Binary 1100010 11101 11011111 111000 1010111 0 1101 100000101 1001101 110001

Color Harmonies of #621DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DDF

Black with #621DDF

Text Example


Text Example

White with #621DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,223); }

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

background-color css

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

 a { background-color: rgb(98,29,223); }

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

border-color css

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

 span { border-color: rgb(98,29,223); }

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