Html Css Color HEX #6430FA Han Purple

📋 copy color: '#6430FA'

red 100 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #6430FA

Tints of Han Purple #6430FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.06%

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

R = 25.13%
G = 12.06%
B = 62.81%

CMYK

 C value IS 0.6

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6430FA (or 0x6430FA) is known color: Han Purple. HEX triplet: 64, 30 and FA. RGB value is (100,48,250). Sum of RGB (Red+Green+Blue) = 100+48+250=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #6430FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6430FA is #9BCF05. Grayscale: #555555. Windows color (decimal): -10211078 or 16396388. OLE color: 16396388.

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

Color convert

RGB 100 48 250 -
CMYK 0.6 0.81 0 0.02
HSL 255.45º 0.95% 0.58% -
HSV(B) 255.45º 0.81% 0.98% -
XYZ 23.57 11.73 91.46 -
YUV 86.58 220.23 137.57 -
System Red Green Blue C M Y K H S L
Decimal 100 48 250 0.6 0.81 0 0.02 255.45 0.95 0.58
Hex 64 30 FA 3C 51 0 2 FF 5F 3A
Octal 144 60 372 74 121 0 2 377 137 72
Binary 1100100 110000 11111010 111100 1010001 0 10 11111111 1011111 111010

Color Harmonies of #6430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430FA

Black with #6430FA

Text Example


Text Example

White with #6430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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