Html Css Color HEX #6328FA Han Purple

📋 copy color: '#6328FA'

red 99 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #6328FA

Tints of Han Purple #6328FA

RGB

 RED value IS 99 (39.06% from 255) = 25.45%

 GREEN value IS 40 (16.02% from 255) = 10.28%

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

R = 25.45%
G = 10.28%
B = 64.27%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6328FA (or 0x6328FA) is known color: Han Purple. HEX triplet: 63, 28 and FA. RGB value is (99,40,250). Sum of RGB (Red+Green+Blue) = 99+40+250=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #6328FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6328FA is #9CD705. Grayscale: #505050. Windows color (decimal): -10278662 or 16394339. OLE color: 16394339.

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

Color convert

RGB 99 40 250 -
CMYK 0.60 0.84 0 0.02
HSL 256.86º 0.95% 0.57% -
HSV(B) 256.86º 0.84% 0.98% -
XYZ 23.16 11.07 91.36 -
YUV 81.58 223.05 140.42 -
System Red Green Blue C M Y K H S L
Decimal 99 40 250 0.60 0.84 0 0.02 256.86 0.95 0.57
Hex 63 28 FA 3C 54 0 2 101 5F 39
Octal 143 50 372 74 124 0 2 401 137 71
Binary 1100011 101000 11111010 111100 1010100 0 10 100000001 1011111 111001

Color Harmonies of #6328FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6328FA

Black with #6328FA

Text Example


Text Example

White with #6328FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,40,250); }

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

background-color css

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

 a { background-color: rgb(99,40,250); }

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

border-color css

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

 span { border-color: rgb(99,40,250); }

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