Html Css Color HEX #6320EF Han Purple

📋 copy color: '#6320EF'

red 99 ◦ green 32 ◦ blue 239

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

Shades of Han Purple #6320EF

Tints of Han Purple #6320EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 26.76%
G = 8.65%
B = 64.59%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6320EF (or 0x6320EF) is known color: Han Purple. HEX triplet: 63, 20 and EF. RGB value is (99,32,239). Sum of RGB (Red+Green+Blue) = 99+32+239=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #6320EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320EF is #9CDF10. Grayscale: #4A4A4A. Windows color (decimal): -10280721 or 15671395. OLE color: 15671395.

HSL color Cylindrical-coordinate representation of color #6320EF: hue angle of 259.42º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320EF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 32 239 -
CMYK 0.59 0.87 0 0.06
HSL 259.42º 0.87% 0.53% -
HSV(B) 259.42º 0.87% 0.94% -
XYZ 21.24 9.92 82.46 -
YUV 75.63 220.2 144.67 -
System Red Green Blue C M Y K H S L
Decimal 99 32 239 0.59 0.87 0 0.06 259.42 0.87 0.53
Hex 63 20 EF 3B 57 0 6 103 57 35
Octal 143 40 357 73 127 0 6 403 127 65
Binary 1100011 100000 11101111 111011 1010111 0 110 100000011 1010111 110101

Color Harmonies of #6320EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320EF

Black with #6320EF

Text Example


Text Example

White with #6320EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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