Html Css Color HEX #6327FC Han Purple

📋 copy color: '#6327FC'

red 99 ◦ green 39 ◦ blue 252

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

Shades of Han Purple #6327FC

Tints of Han Purple #6327FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.62%

R = 25.38%
G = 10%
B = 64.62%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6327FC (or 0x6327FC) is known color: Han Purple. HEX triplet: 63, 27 and FC. RGB value is (99,39,252). Sum of RGB (Red+Green+Blue) = 99+39+252=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #6327FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6327FC is #9CD803. Grayscale: #505050. Windows color (decimal): -10278916 or 16525155. OLE color: 16525155.

HSL color Cylindrical-coordinate representation of color #6327FC: hue angle of 256.9º degrees, saturation: 0.97, 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 #6327FC is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 39 252 -
CMYK 0.61 0.85 0 0.01
HSL 256.9º 0.97% 0.57% -
HSV(B) 256.9º 0.85% 0.99% -
XYZ 23.44 11.13 93.01 -
YUV 81.22 224.38 140.68 -
System Red Green Blue C M Y K H S L
Decimal 99 39 252 0.61 0.85 0 0.01 256.9 0.97 0.57
Hex 63 27 FC 3D 55 0 1 101 61 39
Octal 143 47 374 75 125 0 1 401 141 71
Binary 1100011 100111 11111100 111101 1010101 0 1 100000001 1100001 111001

Color Harmonies of #6327FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6327FC

Black with #6327FC

Text Example


Text Example

White with #6327FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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