Html Css Color HEX #6322FA Han Purple

📋 copy color: '#6322FA'

red 99 ◦ green 34 ◦ blue 250

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

Shades of Han Purple #6322FA

Tints of Han Purple #6322FA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

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

R = 25.85%
G = 8.88%
B = 65.27%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6322FA (or 0x6322FA) is known color: Han Purple. HEX triplet: 63, 22 and FA. RGB value is (99,34,250). Sum of RGB (Red+Green+Blue) = 99+34+250=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #6322FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6322FA is #9CDD05. Grayscale: #4D4D4D. Windows color (decimal): -10280198 or 16392803. OLE color: 16392803.

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

Color convert

RGB 99 34 250 -
CMYK 0.60 0.86 0 0.02
HSL 258.06º 0.96% 0.56% -
HSV(B) 258.06º 0.86% 0.98% -
XYZ 22.97 10.7 91.3 -
YUV 78.06 225.03 142.94 -
System Red Green Blue C M Y K H S L
Decimal 99 34 250 0.60 0.86 0 0.02 258.06 0.96 0.56
Hex 63 22 FA 3C 56 0 2 102 60 38
Octal 143 42 372 74 126 0 2 402 140 70
Binary 1100011 100010 11111010 111100 1010110 0 10 100000010 1100000 111000

Color Harmonies of #6322FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6322FA

Black with #6322FA

Text Example


Text Example

White with #6322FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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