Html Css Color HEX #6424FA Han Purple

📋 copy color: '#6424FA'

red 100 ◦ green 36 ◦ blue 250

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

Shades of Han Purple #6424FA

Tints of Han Purple #6424FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 25.91%
G = 9.33%
B = 64.77%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6424FA (or 0x6424FA) is known color: Han Purple. HEX triplet: 64, 24 and FA. RGB value is (100,36,250). Sum of RGB (Red+Green+Blue) = 100+36+250=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #6424FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6424FA is #9BDB05. Grayscale: #4E4E4E. Windows color (decimal): -10214150 or 16393316. OLE color: 16393316.

HSL color Cylindrical-coordinate representation of color #6424FA: hue angle of 257.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6424FA is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 36 250 -
CMYK 0.6 0.86 0 0.02
HSL 257.94º 0.96% 0.56% -
HSV(B) 257.94º 0.86% 0.98% -
XYZ 23.14 10.87 91.32 -
YUV 79.53 224.2 142.6 -
System Red Green Blue C M Y K H S L
Decimal 100 36 250 0.6 0.86 0 0.02 257.94 0.96 0.56
Hex 64 24 FA 3C 56 0 2 102 60 38
Octal 144 44 372 74 126 0 2 402 140 70
Binary 1100100 100100 11111010 111100 1010110 0 10 100000010 1100000 111000

Color Harmonies of #6424FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424FA

Black with #6424FA

Text Example


Text Example

White with #6424FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6424FA; }

 p { color: rgb(100,36,250); }

 H1.HeaderClassName
 {
   color: #6424FA;
 }
 .AnyTagClassName
 {
   color: #6424FA;
 }
</style>

background-color css

<style>
 a { background-color: #6424FA; }

 a { background-color: rgb(100,36,250); }

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

border-color css

<style>
 span { border-color: #6424FA; }

 span { border-color: rgb(100,36,250); }

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