Html Css Color HEX #6328FE Han Purple

📋 copy color: '#6328FE'

red 99 ◦ green 40 ◦ blue 254

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

Shades of Han Purple #6328FE

Tints of Han Purple #6328FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 25.19%
G = 10.18%
B = 64.63%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6328FE (or 0x6328FE) is known color: Han Purple. HEX triplet: 63, 28 and FE. RGB value is (99,40,254). Sum of RGB (Red+Green+Blue) = 99+40+254=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #6328FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6328FE is #9CD701. Grayscale: #515151. Windows color (decimal): -10278658 or 16656483. OLE color: 16656483.

HSL color Cylindrical-coordinate representation of color #6328FE: hue angle of 256.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6328FE is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 40 254 -
CMYK 0.61 0.84 0 0.00
HSL 256.54º 0.99% 0.58% -
HSV(B) 256.54º 0.84% 1% -
XYZ 23.79 11.33 94.7 -
YUV 82.04 225.05 140.1 -
System Red Green Blue C M Y K H S L
Decimal 99 40 254 0.61 0.84 0 0.00 256.54 0.99 0.58
Hex 63 28 FE 3D 54 0 0 101 63 3A
Octal 143 50 376 75 124 0 0 401 143 72
Binary 1100011 101000 11111110 111101 1010100 0 0 100000001 1100011 111010

Color Harmonies of #6328FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6328FE

Black with #6328FE

Text Example


Text Example

White with #6328FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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