Html Css Color HEX #6320ED Han Purple

📋 copy color: '#6320ED'

red 99 ◦ green 32 ◦ blue 237

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

Shades of Han Purple #6320ED

Tints of Han Purple #6320ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.4%

R = 26.9%
G = 8.7%
B = 64.4%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6320ED (or 0x6320ED) is known color: Han Purple. HEX triplet: 63, 20 and ED. RGB value is (99,32,237). Sum of RGB (Red+Green+Blue) = 99+32+237=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #6320ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320ED is #9CDF12. Grayscale: #4A4A4A. Windows color (decimal): -10280723 or 15540323. OLE color: 15540323.

HSL color Cylindrical-coordinate representation of color #6320ED: hue angle of 259.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6320ED is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 32 237 -
CMYK 0.58 0.86 0 0.07
HSL 259.61º 0.85% 0.53% -
HSV(B) 259.61º 0.86% 0.93% -
XYZ 20.95 9.8 80.91 -
YUV 75.4 219.2 144.83 -
System Red Green Blue C M Y K H S L
Decimal 99 32 237 0.58 0.86 0 0.07 259.61 0.85 0.53
Hex 63 20 ED 3A 56 0 7 104 55 35
Octal 143 40 355 72 126 0 7 404 125 65
Binary 1100011 100000 11101101 111010 1010110 0 111 100000100 1010101 110101

Color Harmonies of #6320ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6320ED

Black with #6320ED

Text Example


Text Example

White with #6320ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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