Html Css Color HEX #6220FD Han Purple

📋 copy color: '#6220FD'

red 98 ◦ green 32 ◦ blue 253

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

Shades of Han Purple #6220FD

Tints of Han Purple #6220FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 25.59%
G = 8.36%
B = 66.06%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6220FD (or 0x6220FD) is known color: Han Purple. HEX triplet: 62, 20 and FD. RGB value is (98,32,253). Sum of RGB (Red+Green+Blue) = 98+32+253=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #6220FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220FD is #9DDF02. Grayscale: #4C4C4C. Windows color (decimal): -10346243 or 16588898. OLE color: 16588898.

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

Color convert

RGB 98 32 253 -
CMYK 0.61 0.87 0 0.01
HSL 257.92º 0.98% 0.56% -
HSV(B) 257.92º 0.87% 0.99% -
XYZ 23.28 10.72 93.77 -
YUV 76.93 227.37 143.03 -
System Red Green Blue C M Y K H S L
Decimal 98 32 253 0.61 0.87 0 0.01 257.92 0.98 0.56
Hex 62 20 FD 3D 57 0 1 102 62 38
Octal 142 40 375 75 127 0 1 402 142 70
Binary 1100010 100000 11111101 111101 1010111 0 1 100000010 1100010 111000

Color Harmonies of #6220FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6220FD

Black with #6220FD

Text Example


Text Example

White with #6220FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6220FD; }

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

 H1.HeaderClassName
 {
   color: #6220FD;
 }
 .AnyTagClassName
 {
   color: #6220FD;
 }
</style>

background-color css

<style>
 a { background-color: #6220FD; }

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

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

border-color css

<style>
 span { border-color: #6220FD; }

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

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