Html Css Color HEX #6327FE Han Purple

📋 copy color: '#6327FE'

red 99 ◦ green 39 ◦ blue 254

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

Shades of Han Purple #6327FE

Tints of Han Purple #6327FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.95%

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

R = 25.26%
G = 9.95%
B = 64.8%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6327FE (or 0x6327FE) is known color: Han Purple. HEX triplet: 63, 27 and FE. RGB value is (99,39,254). Sum of RGB (Red+Green+Blue) = 99+39+254=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6327FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6327FE is #9CD801. Grayscale: #505050. Windows color (decimal): -10278914 or 16656227. OLE color: 16656227.

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

Color convert

RGB 99 39 254 -
CMYK 0.61 0.85 0 0.00
HSL 256.74º 0.99% 0.57% -
HSV(B) 256.74º 0.85% 1% -
XYZ 23.76 11.26 94.69 -
YUV 81.45 225.38 140.52 -
System Red Green Blue C M Y K H S L
Decimal 99 39 254 0.61 0.85 0 0.00 256.74 0.99 0.57
Hex 63 27 FE 3D 55 0 0 101 63 39
Octal 143 47 376 75 125 0 0 401 143 71
Binary 1100011 100111 11111110 111101 1010101 0 0 100000001 1100011 111001

Color Harmonies of #6327FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6327FE

Black with #6327FE

Text Example


Text Example

White with #6327FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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