Html Css Color HEX #6420FD Han Purple

📋 copy color: '#6420FD'

red 100 ◦ green 32 ◦ blue 253

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

Shades of Han Purple #6420FD

Tints of Han Purple #6420FD

RGB

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

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

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

R = 25.97%
G = 8.31%
B = 65.71%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6420FD (or 0x6420FD) is known color: Han Purple. HEX triplet: 64, 20 and FD. RGB value is (100,32,253). Sum of RGB (Red+Green+Blue) = 100+32+253=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #6420FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420FD is #9BDF02. Grayscale: #4C4C4C. Windows color (decimal): -10215171 or 16588900. OLE color: 16588900.

HSL color Cylindrical-coordinate representation of color #6420FD: hue angle of 258.46º 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 #6420FD is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 32 253 -
CMYK 0.60 0.87 0 0.01
HSL 258.46º 0.98% 0.56% -
HSV(B) 258.46º 0.87% 0.99% -
XYZ 23.5 10.83 93.78 -
YUV 77.53 227.03 144.03 -
System Red Green Blue C M Y K H S L
Decimal 100 32 253 0.60 0.87 0 0.01 258.46 0.98 0.56
Hex 64 20 FD 3C 57 0 1 102 62 38
Octal 144 40 375 74 127 0 1 402 142 70
Binary 1100100 100000 11111101 111100 1010111 0 1 100000010 1100010 111000

Color Harmonies of #6420FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420FD

Black with #6420FD

Text Example


Text Example

White with #6420FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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