#6327FD

Color #6327FD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6327FD

Tints of Han Purple #6327FD

Color information

#6327FD (or 0x6327FD) is unknown color: approx Han Purple. HEX triplet: 63, 27 and FD. RGB value is (99,39,253). Sum of RGB (Red+Green+Blue) = 99+39+253=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #6327FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6327FD is #9CD802. Grayscale: #505050. Windows color (decimal): -10278915 or 16590691. OLE color: 16590691.

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

Color convert

RGB9939253-
CMYK0.610.8500.01
HSL256.82º98.17%57.25%-
HSV(B)256.82º84.58%99.22%-
XYZ23.611.293.85-
YUV81.34224.88140.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 253 (99.22% from 255) = 64.71%
R=25.32%
G=9.97%
B=64.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal99392530.610.8500.01256.8298.1757.25
Hex6327FD3D55011016239
Octal14347375751250140114271
Binary1100011100111111111011111011010101011000000011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6327FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6327FD;
 }
 .AnyTagClassName
 {
   color: #6327FD;
 }
</style>
background-color css

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

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

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

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

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

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