Html Css Color HEX #6221FC Han Purple

📋 copy color: '#6221FC'

red 98 ◦ green 33 ◦ blue 252

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

Shades of Han Purple #6221FC

Tints of Han Purple #6221FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 25.59%
G = 8.62%
B = 65.8%

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

#6221FC (or 0x6221FC) is known color: Han Purple. HEX triplet: 62, 21 and FC. RGB value is (98,33,252). Sum of RGB (Red+Green+Blue) = 98+33+252=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #6221FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6221FC is #9DDE03. Grayscale: #4C4C4C. Windows color (decimal): -10345988 or 16523618. OLE color: 16523618.

HSL color Cylindrical-coordinate representation of color #6221FC: hue angle of 257.81º degrees, saturation: 0.97, 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 #6221FC is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 98 33 252 -
CMYK 0.61 0.87 0 0.01
HSL 257.81º 0.97% 0.56% -
HSV(B) 257.81º 0.87% 0.99% -
XYZ 23.15 10.71 92.94 -
YUV 77.4 226.53 142.69 -
System Red Green Blue C M Y K H S L
Decimal 98 33 252 0.61 0.87 0 0.01 257.81 0.97 0.56
Hex 62 21 FC 3D 57 0 1 102 61 38
Octal 142 41 374 75 127 0 1 402 141 70
Binary 1100010 100001 11111100 111101 1010111 0 1 100000010 1100001 111000

Color Harmonies of #6221FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6221FC

Black with #6221FC

Text Example


Text Example

White with #6221FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6221FC; }

 p { color: rgb(98,33,252); }

 H1.HeaderClassName
 {
   color: #6221FC;
 }
 .AnyTagClassName
 {
   color: #6221FC;
 }
</style>

background-color css

<style>
 a { background-color: #6221FC; }

 a { background-color: rgb(98,33,252); }

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

border-color css

<style>
 span { border-color: #6221FC; }

 span { border-color: rgb(98,33,252); }

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