Html Css Color HEX #6321FA Han Purple

📋 copy color: '#6321FA'

red 99 ◦ green 33 ◦ blue 250

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

Shades of Han Purple #6321FA

Tints of Han Purple #6321FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 25.92%
G = 8.64%
B = 65.45%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6321FA (or 0x6321FA) is known color: Han Purple. HEX triplet: 63, 21 and FA. RGB value is (99,33,250). Sum of RGB (Red+Green+Blue) = 99+33+250=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #6321FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6321FA is #9CDE05. Grayscale: #4C4C4C. Windows color (decimal): -10280454 or 16392547. OLE color: 16392547.

HSL color Cylindrical-coordinate representation of color #6321FA: hue angle of 258.25º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6321FA is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 33 250 -
CMYK 0.60 0.87 0 0.02
HSL 258.25º 0.96% 0.55% -
HSV(B) 258.25º 0.87% 0.98% -
XYZ 22.94 10.64 91.29 -
YUV 77.47 225.37 143.36 -
System Red Green Blue C M Y K H S L
Decimal 99 33 250 0.60 0.87 0 0.02 258.25 0.96 0.55
Hex 63 21 FA 3C 57 0 2 102 60 37
Octal 143 41 372 74 127 0 2 402 140 67
Binary 1100011 100001 11111010 111100 1010111 0 10 100000010 1100000 110111

Color Harmonies of #6321FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6321FA

Black with #6321FA

Text Example


Text Example

White with #6321FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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