Html Css Color HEX #6321FC Han Purple

📋 copy color: '#6321FC'

red 99 ◦ green 33 ◦ blue 252

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

Shades of Han Purple #6321FC

Tints of Han Purple #6321FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 25.78%
G = 8.59%
B = 65.63%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6321FC (or 0x6321FC) is known color: Han Purple. HEX triplet: 63, 21 and FC. RGB value is (99,33,252). Sum of RGB (Red+Green+Blue) = 99+33+252=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #6321FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6321FC is #9CDE03. Grayscale: #4C4C4C. Windows color (decimal): -10280452 or 16523619. OLE color: 16523619.

HSL color Cylindrical-coordinate representation of color #6321FC: hue angle of 258.08º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6321FC is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 33 252 -
CMYK 0.61 0.87 0 0.01
HSL 258.08º 0.97% 0.56% -
HSV(B) 258.08º 0.87% 0.99% -
XYZ 23.26 10.77 92.95 -
YUV 77.7 226.37 143.19 -
System Red Green Blue C M Y K H S L
Decimal 99 33 252 0.61 0.87 0 0.01 258.08 0.97 0.56
Hex 63 21 FC 3D 57 0 1 102 61 38
Octal 143 41 374 75 127 0 1 402 141 70
Binary 1100011 100001 11111100 111101 1010111 0 1 100000010 1100001 111000

Color Harmonies of #6321FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321FC

Black with #6321FC

Text Example


Text Example

White with #6321FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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