Html Css Color HEX #6421FF Han Purple

📋 copy color: '#6421FF'

red 100 ◦ green 33 ◦ blue 255

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

Shades of Han Purple #6421FF

Tints of Han Purple #6421FF

RGB

 RED value IS 100 (39.45% from 255) = 25.77%

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

 BLUE value IS 255 (100% from 255) = 65.72%

R = 25.77%
G = 8.51%
B = 65.72%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6421FF (or 0x6421FF) is known color: Han Purple. HEX triplet: 64, 21 and FF. RGB value is (100,33,255). Sum of RGB (Red+Green+Blue) = 100+33+255=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #6421FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6421FF is #9BDE00. Grayscale: #4D4D4D. Windows color (decimal): -10214913 or 16720228. OLE color: 16720228.

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

Color convert

RGB 100 33 255 -
CMYK 0.61 0.87 0 0
HSL 258.11º 1% 0.56% -
HSV(B) 258.11º 0.87% 1% -
XYZ 23.85 11.02 95.48 -
YUV 78.34 227.7 143.45 -
System Red Green Blue C M Y K H S L
Decimal 100 33 255 0.61 0.87 0 0 258.11 1 0.56
Hex 64 21 FF 3D 57 0 0 102 64 38
Octal 144 41 377 75 127 0 0 402 144 70
Binary 1100100 100001 11111111 111101 1010111 0 0 100000010 1100100 111000

Color Harmonies of #6421FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421FF

Black with #6421FF

Text Example


Text Example

White with #6421FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6421FF; }

 p { color: rgb(100,33,255); }

 H1.HeaderClassName
 {
   color: #6421FF;
 }
 .AnyTagClassName
 {
   color: #6421FF;
 }
</style>

background-color css

<style>
 a { background-color: #6421FF; }

 a { background-color: rgb(100,33,255); }

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

border-color css

<style>
 span { border-color: #6421FF; }

 span { border-color: rgb(100,33,255); }

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