Html Css Color HEX #6327FF Han Purple

📋 copy color: '#6327FF'

red 99 ◦ green 39 ◦ blue 255

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

Shades of Han Purple #6327FF

Tints of Han Purple #6327FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 25.19%
G = 9.92%
B = 64.89%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6327FF (or 0x6327FF) is known color: Han Purple. HEX triplet: 63, 27 and FF. RGB value is (99,39,255). Sum of RGB (Red+Green+Blue) = 99+39+255=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6327FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6327FF is #9CD800. Grayscale: #505050. Windows color (decimal): -10278913 or 16721763. OLE color: 16721763.

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

Color convert

RGB 99 39 255 -
CMYK 0.61 0.85 0 0
HSL 256.67º 1% 0.58% -
HSV(B) 256.67º 0.85% 1% -
XYZ 23.92 11.32 95.53 -
YUV 81.56 225.88 140.44 -
System Red Green Blue C M Y K H S L
Decimal 99 39 255 0.61 0.85 0 0 256.67 1 0.58
Hex 63 27 FF 3D 55 0 0 101 64 3A
Octal 143 47 377 75 125 0 0 401 144 72
Binary 1100011 100111 11111111 111101 1010101 0 0 100000001 1100100 111010

Color Harmonies of #6327FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6327FF

Black with #6327FF

Text Example


Text Example

White with #6327FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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