Html Css Color HEX #621DFD Han Purple

📋 copy color: '#621DFD'

red 98 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #621DFD

Tints of Han Purple #621DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 25.79%
G = 7.63%
B = 66.58%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#621DFD (or 0x621DFD) is known color: Han Purple. HEX triplet: 62, 1D and FD. RGB value is (98,29,253). Sum of RGB (Red+Green+Blue) = 98+29+253=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #621DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #621DFD is #9DE202. Grayscale: #4A4A4A. Windows color (decimal): -10347011 or 16588130. OLE color: 16588130.

HSL color Cylindrical-coordinate representation of color #621DFD: hue angle of 258.48º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621DFD is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 29 253 -
CMYK 0.61 0.89 0 0.01
HSL 258.48º 0.98% 0.55% -
HSV(B) 258.48º 0.89% 0.99% -
XYZ 23.21 10.57 93.75 -
YUV 75.17 228.36 144.29 -
System Red Green Blue C M Y K H S L
Decimal 98 29 253 0.61 0.89 0 0.01 258.48 0.98 0.55
Hex 62 1D FD 3D 59 0 1 102 62 37
Octal 142 35 375 75 131 0 1 402 142 67
Binary 1100010 11101 11111101 111101 1011001 0 1 100000010 1100010 110111

Color Harmonies of #621DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621DFD

Black with #621DFD

Text Example


Text Example

White with #621DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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