Html Css Color HEX #6320F2 Han Purple

📋 copy color: '#6320F2'

red 99 ◦ green 32 ◦ blue 242

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

Shades of Han Purple #6320F2

Tints of Han Purple #6320F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.88%

R = 26.54%
G = 8.58%
B = 64.88%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6320F2 (or 0x6320F2) is known color: Han Purple. HEX triplet: 63, 20 and F2. RGB value is (99,32,242). Sum of RGB (Red+Green+Blue) = 99+32+242=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 242 (94.92% from 255 or 64.88% from 373); Max value from RGB is 242 - color contains mainly: blue. Hex color #6320F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320F2 is #9CDF0D. Grayscale: #4B4B4B. Windows color (decimal): -10280718 or 15868003. OLE color: 15868003.

HSL color Cylindrical-coordinate representation of color #6320F2: hue angle of 259.14º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320F2 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 32 242 -
CMYK 0.59 0.87 0 0.05
HSL 259.14º 0.89% 0.54% -
HSV(B) 259.14º 0.87% 0.95% -
XYZ 21.69 10.1 84.81 -
YUV 75.97 221.7 144.42 -
System Red Green Blue C M Y K H S L
Decimal 99 32 242 0.59 0.87 0 0.05 259.14 0.89 0.54
Hex 63 20 F2 3B 57 0 5 103 59 36
Octal 143 40 362 73 127 0 5 403 131 66
Binary 1100011 100000 11110010 111011 1010111 0 101 100000011 1011001 110110

Color Harmonies of #6320F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320F2

Black with #6320F2

Text Example


Text Example

White with #6320F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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