Html Css Color HEX #6320FA Han Purple

📋 copy color: '#6320FA'

red 99 ◦ green 32 ◦ blue 250

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

Shades of Han Purple #6320FA

Tints of Han Purple #6320FA

RGB

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

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

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

R = 25.98%
G = 8.4%
B = 65.62%

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

#6320FA (or 0x6320FA) is known color: Han Purple. HEX triplet: 63, 20 and FA. RGB value is (99,32,250). Sum of RGB (Red+Green+Blue) = 99+32+250=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #6320FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320FA is #9CDF05. Grayscale: #4C4C4C. Windows color (decimal): -10280710 or 16392291. OLE color: 16392291.

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

Color convert

RGB 99 32 250 -
CMYK 0.60 0.87 0 0.02
HSL 258.44º 0.96% 0.55% -
HSV(B) 258.44º 0.87% 0.98% -
XYZ 22.92 10.59 91.28 -
YUV 76.89 225.7 143.77 -
System Red Green Blue C M Y K H S L
Decimal 99 32 250 0.60 0.87 0 0.02 258.44 0.96 0.55
Hex 63 20 FA 3C 57 0 2 102 60 37
Octal 143 40 372 74 127 0 2 402 140 67
Binary 1100011 100000 11111010 111100 1010111 0 10 100000010 1100000 110111

Color Harmonies of #6320FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320FA

Black with #6320FA

Text Example


Text Example

White with #6320FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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