Html Css Color HEX #6431FA Han Purple

📋 copy color: '#6431FA'

red 100 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6431FA

Tints of Han Purple #6431FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.28%

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

R = 25.06%
G = 12.28%
B = 62.66%

CMYK

 C value IS 0.6

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6431FA (or 0x6431FA) is known color: Han Purple. HEX triplet: 64, 31 and FA. RGB value is (100,49,250). Sum of RGB (Red+Green+Blue) = 100+49+250=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #6431FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6431FA is #9BCE05. Grayscale: #565656. Windows color (decimal): -10210822 or 16396644. OLE color: 16396644.

HSL color Cylindrical-coordinate representation of color #6431FA: hue angle of 255.22º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6431FA is Cyan = 0.6, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 49 250 -
CMYK 0.6 0.80 0 0.02
HSL 255.22º 0.95% 0.59% -
HSV(B) 255.22º 0.8% 0.98% -
XYZ 23.61 11.81 91.48 -
YUV 87.16 219.9 137.16 -
System Red Green Blue C M Y K H S L
Decimal 100 49 250 0.6 0.80 0 0.02 255.22 0.95 0.59
Hex 64 31 FA 3C 50 0 2 FF 5F 3B
Octal 144 61 372 74 120 0 2 377 137 73
Binary 1100100 110001 11111010 111100 1010000 0 10 11111111 1011111 111011

Color Harmonies of #6431FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6431FA

Black with #6431FA

Text Example


Text Example

White with #6431FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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