Html Css Color HEX #6320FC Han Purple

📋 copy color: '#6320FC'

red 99 ◦ green 32 ◦ blue 252

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

Shades of Han Purple #6320FC

Tints of Han Purple #6320FC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.36%

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

R = 25.85%
G = 8.36%
B = 65.8%

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

#6320FC (or 0x6320FC) is known color: Han Purple. HEX triplet: 63, 20 and FC. RGB value is (99,32,252). Sum of RGB (Red+Green+Blue) = 99+32+252=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #6320FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320FC is #9CDF03. Grayscale: #4C4C4C. Windows color (decimal): -10280708 or 16523363. OLE color: 16523363.

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

Color convert

RGB 99 32 252 -
CMYK 0.61 0.87 0 0.01
HSL 258.27º 0.97% 0.56% -
HSV(B) 258.27º 0.87% 0.99% -
XYZ 23.23 10.71 92.94 -
YUV 77.11 226.7 143.61 -
System Red Green Blue C M Y K H S L
Decimal 99 32 252 0.61 0.87 0 0.01 258.27 0.97 0.56
Hex 63 20 FC 3D 57 0 1 102 61 38
Octal 143 40 374 75 127 0 1 402 141 70
Binary 1100011 100000 11111100 111101 1010111 0 1 100000010 1100001 111000

Color Harmonies of #6320FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320FC

Black with #6320FC

Text Example


Text Example

White with #6320FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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